Home
last modified time | relevance | path

Searched refs:MNTK_NULL_NOCACHE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c213 (xmp->nullm_vfs->mnt_kern_flag & MNTK_NULL_NOCACHE) == 0) { in nullfs_mount()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c432 mp->mnt_kern_flag |= MNTK_NULL_NOCACHE; in fuse_vfsop_mount()
/freebsd/sys/sys/
H A Dmount.h515 #define MNTK_NULL_NOCACHE 0x20000000 /* auto disable cache for nullfs macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1469 mp->mnt_kern_flag |= MNTK_NULL_NOCACHE; in nfs_mount()
/freebsd/sys/kern/
H A Dvfs_subr.c4734 MNT_KERN_FLAG(MNTK_NULL_NOCACHE); in DB_SHOW_COMMAND()