Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168143320
D16629.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16629.diff
View Options
Index: head/share/man/man9/VOP_LOOKUP.9
===================================================================
--- head/share/man/man9/VOP_LOOKUP.9
+++ head/share/man/man9/VOP_LOOKUP.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 17, 2017
+.Dd August 8, 2018
.Dt VOP_LOOKUP 9
.Os
.Sh NAME
@@ -51,10 +51,7 @@
The address of a variable where the resulting locked vnode should be stored.
.It Fa cnp
The pathname component to be searched for.
-.El
-.Pp
-.Fa Cnp
-is a pointer to a componentname structure defined as follows:
+It is a pointer to a componentname structure defined as follows:
.Bd -literal
struct componentname {
/*
@@ -64,13 +61,13 @@
u_long cn_flags; /* flags to namei */
struct thread *cn_thread; /* thread requesting lookup */
struct ucred *cn_cred; /* credentials */
+ int cn_lkflags; /* Lock flags LK_EXCLUSIVE or LK_SHARED */
/*
* Shared between lookup and commit routines.
*/
char *cn_pnbuf; /* pathname buffer */
char *cn_nameptr; /* pointer to looked up name */
long cn_namelen; /* length of looked up component */
- u_long cn_hash; /* hash value of looked up name */
};
.Ed
.Pp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 27, 2:06 PM (16 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37391615
Default Alt Text
D16629.diff (1 KB)
Attached To
Mode
D16629: Bring VOP_LOOKUP(9) up to date
Attached
Detach File
Event Timeline
Log In to Comment