Home
last modified time | relevance | path

Searched refs:vfc_flags (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_init.c485 if ((vfc->vfc_flags & VFCF_SBDRY) != 0) { in vfs_register()
490 if (vfc->vfc_flags & VFCF_JAIL) in vfs_register()
496 if ((vfc->vfc_flags & VFCF_SBDRY) != 0) in vfs_register()
544 if ((vfc->vfc_flags & VFCF_SBDRY) != 0) { in vfs_unregister()
H A Dvfs_subr.c940 if (!(mp->mnt_vfc->vfc_flags & VFCF_DELEGADMIN) && in vfs_suser()
4452 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x()
4468 int32_t vfc_flags; member
4481 xvfsp.vfc_flags = vfsp->vfc_flags; in vfsconf2x32()
4580 ovfs.vfc_flags = vfsp->vfc_flags; in sysctl_ovfs_conf()
H A Dvfs_mount.c872 if (((vfsp->vfc_flags & VFCF_SBDRY) != 0 && in sys_mount()
874 ((vfsp->vfc_flags & VFCF_SBDRY) == 0 && in sys_mount()
884 if ((vfsp->vfc_flags & VFCF_SBDRY) != 0) in sys_mount()
H A Dvfs_vnops.c1808 mflags = ((mp->mnt_vfc->vfc_flags & VFCF_SBDRY) != 0 ? in vn_start_write_refed()
1926 ((mp->mnt_vfc->vfc_flags & VFCF_SBDRY) != 0 ? (flags & PCATCH) : 0), in vn_start_secondary_write()
H A Duipc_mqueue.c2713 .vfc_flags = VFCF_SYNTHETIC
H A Dvfs_bio.c2748 (v_mnt == NULL || (v_mnt->mnt_vfc->vfc_flags & VFCF_NETWORK) == 0 || in brelse()
/f-stack/freebsd/sys/
H A Dmount.h612 int vfc_flags; /* permanent flags */ member
624 int vfc_flags; /* permanent flags */ member
634 int vfc_flags; member
935 .vfc_flags = flags, \
/f-stack/freebsd/vm/
H A Dswap_pager.c2332 (vp->v_mount->mnt_vfc->vfc_flags & VFCF_NETWORK) != 0 && in sys_swapon()