OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/unionfs/
unionfs_vnops.c
117
u_long
cnflags
, cnflagsbk;
local in function:unionfs_lookup
127
cnflags
= cnp->cn_flags;
135
UNIONFS_INTERNAL_DEBUG("unionfs_lookup: enter: nameiop=%ld, flags=%lx, path=%s\n", nameiop,
cnflags
, cnp->cn_nameptr);
143
if ((
cnflags
& ISLASTCN) &&
151
if (
cnflags
& ISDOTDOT) {
229
if (ldvp != NULLVP && !(
cnflags
& DOWHITEOUT) && iswhiteout == 0) {
233
cnp->cn_flags =
cnflags
;
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
1160
u_long *hashp,
cnflags
;
local in function:nfsrvd_mknod
1164
cnflags
= (LOCKPARENT | SAVESTART);
1199
cnflags
= (LOCKPARENT | SAVENAME);
1210
NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE,
cnflags
| NOCACHE);
Completed in 130 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025