Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c1024 newvfstbl->vfc_flags = 0; in vfs_fsadd()
1038 newvfstbl->vfc_flags |= MNT_LOCAL; in vfs_fsadd()
1166 vfsc.vfc_flags = (*handle)->vfc_flags; in vfs_fsadd()
H A Dvfs_subr.c1150 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK; in vfs_rootmountalloc_internal()
5295 vfsc.vfc_flags = vfsp->vfc_flags;
H A Dvfs_syscalls.c1371 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK; in mount_common()
/xnu-12377.41.6/bsd/sys/ !
H A Dmount_internal.h312 int vfc_flags; /* permanent flags */ member
H A Dmount.h413 int vfc_flags; /* permanent flags */ member