Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_conf.c128 .vfc_flags = MNT_MULTILABEL,
144 .vfc_flags = 0,
166 .vfc_flags = MNT_DONTBROWSE | MNT_RDONLY,
184 .vfc_flags = MNT_DONTBROWSE | MNT_RDONLY,
203 .vfc_flags = MNT_LOCAL,
222 .vfc_flags = MNT_LOCAL,
239 .vfc_flags = 0,
254 .vfc_flags = 0,
H A Dvfs_init.c357 vfsc.vfc_flags = vfsp->vfc_flags; in vfsinit()
H A Dkpi_vfs.c1023 newvfstbl->vfc_flags = 0; in vfs_fsadd()
1037 newvfstbl->vfc_flags |= MNT_LOCAL; in vfs_fsadd()
1165 vfsc.vfc_flags = (*handle)->vfc_flags; in vfs_fsadd()
H A Dvfs_subr.c1149 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK; in vfs_rootmountalloc_internal()
5261 vfsc.vfc_flags = vfsp->vfc_flags;
H A Dvfs_syscalls.c1297 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK; in mount_common()
/xnu-11417.140.69/bsd/sys/
H A Dmount_internal.h312 int vfc_flags; /* permanent flags */ member
H A Dmount.h413 int vfc_flags; /* permanent flags */ member