Home
last modified time | relevance | path

Searched refs:cnflags (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_cache.c503 uint32_t nameiop, uint32_t cnflags, in cache_lookup() argument
540 if ((cnflags & MAKEENTRY) == 0) { in cache_lookup()
565 (cnflags & ISLASTCN) == 0)) { in cache_lookup()
617 uint32_t cnflags, in cache_lookup_raw() argument
793 const char *name, size_t namelen, uint32_t cnflags) in cache_enter() argument
802 if ((cnflags & MAKEENTRY) == 0 || in cache_enter()
842 ncp->nc_flags = cnflags & ISWHITEOUT; in cache_enter()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/unionfs/
H A Dunionfs_vnops.c75 u_long cnflags, cnflagsbk; in unionfs_lookup() local
86 cnflags = cnp->cn_flags; in unionfs_lookup()
94 …BUG("unionfs_lookup: enter: nameiop=%ld, flags=%lx, path=%s\n", nameiop, cnflags, cnp->cn_nameptr); in unionfs_lookup()
102 if ((cnflags & ISLASTCN) && in unionfs_lookup()
110 if (cnflags & ISDOTDOT) { in unionfs_lookup()
188 if (ldvp != NULLVP && !(cnflags & DOWHITEOUT) && iswhiteout == 0) { in unionfs_lookup()
192 cnp->cn_flags = cnflags; in unionfs_lookup()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c1141 u_long *hashp, cnflags; in nfsrvd_mknod() local
1145 cnflags = (LOCKPARENT | SAVESTART); in nfsrvd_mknod()
1180 cnflags = (LOCKPARENT | SAVENAME); in nfsrvd_mknod()
1191 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, CREATE, cnflags); in nfsrvd_mknod()