Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull.h60 #define NULLV_DROP 0x0002 macro
H A Dnull_vnops.c637 VTONULL(vp)->null_flags |= NULLV_DROP; in null_remove()
700 tnn->null_flags |= NULLV_DROP; in null_rename()
731 VTONULL(ap->a_vp)->null_flags |= NULLV_DROP; in null_rmdir()
851 (xp->null_flags & NULLV_DROP) != 0 || in null_want_recycle()
H A Dnull_vfsops.c453 xp->null_flags |= NULLV_DROP | NULLV_NOUNLOCK; in nullfs_unlink_lowervp()