Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c433 VTONULL(vp)->null_flags |= NULLV_NOUNLOCK; in nullfs_reclaim_lowervp()
448 xp->null_flags |= NULLV_DROP | NULLV_NOUNLOCK; in nullfs_unlink_lowervp()
473 xp->null_flags &= ~NULLV_NOUNLOCK; in nullfs_unlink_lowervp()
H A Dnull.h59 #define NULLV_NOUNLOCK 0x0001 macro
H A Dnull_vnops.c925 if ((xp->null_flags & NULLV_NOUNLOCK) != 0) in null_reclaim()