Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dnamei.h95 #define CNP_NOTVP 0x00000400 /* test cn_notvp, fail if matches */ macro
/dragonfly/sys/kern/
H A Dvfs_default.c585 cnp.cn_flags = CNP_LOCKPARENT | CNP_NOTVP; in vop_compat_nlink()
/dragonfly/sys/vfs/nfs/
H A Dnfs_vnops.c1123 notvp = (cnp->cn_flags & CNP_NOTVP) ? cnp->cn_notvp : NULL; in nfs_lookup()