Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c209 xmp->nullm_flags |= NULLM_CACHE; in nullfs_mount()
214 xmp->nullm_flags |= NULLM_CACHE; in nullfs_mount()
217 if ((xmp->nullm_flags & NULLM_CACHE) != 0) { in nullfs_mount()
229 if ((xmp->nullm_flags & NULLM_CACHE) != 0) { in nullfs_mount()
282 if ((mntdata->nullm_flags & NULLM_CACHE) != 0) { in nullfs_unmount()
H A Dnull.h43 uint64_t nullm_flags; member
H A Dnull_vnops.c850 if ((xmp->nullm_flags & NULLM_CACHE) == 0 || in null_want_recycle()