Home
last modified time | relevance | path

Searched refs:null_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vfsops.c442 VTONULL(vp)->null_flags |= NULLV_NOUNLOCK; in nullfs_reclaim_lowervp()
457 xp->null_flags |= NULLV_DROP | NULLV_NOUNLOCK; in nullfs_unlink_lowervp()
482 xp->null_flags &= ~NULLV_NOUNLOCK; in nullfs_unlink_lowervp()
H A Dnull_vnops.c641 VTONULL(vp)->null_flags |= NULLV_DROP; in null_remove()
704 tnn->null_flags |= NULLV_DROP; in null_rename()
735 VTONULL(ap->a_vp)->null_flags |= NULLV_DROP; in null_rmdir()
855 (xp->null_flags & NULLV_DROP) != 0 || in null_want_recycle()
929 if ((xp->null_flags & NULLV_NOUNLOCK) != 0) in null_reclaim()
H A Dnull.h58 u_int null_flags; member
H A Dnull_subr.c228 xp->null_flags = 0; in null_nodeget()