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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c416 vfsc.vfc_flags = vfsp->vfc_flags;
H A Dkpi_vfs.c830 newvfstbl->vfc_flags = 0;
841 newvfstbl->vfc_flags |= MNT_LOCAL;
954 vfsc.vfc_flags = (*handle)->vfc_flags;
H A Dvfs_subr.c967 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK;
2805 vfsc.vfc_flags = vfsp->vfc_flags;
H A Dvfs_syscalls.c634 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK;
/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h297 int vfc_flags; /* permanent flags */ member in struct:vfstable
H A Dmount.h394 int vfc_flags; /* permanent flags */ member in struct:vfsconf
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c556 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1308 mp->mnt_flag |= vfsp->vfc_flags & MNT_VISFLAGMASK;

Completed in 143 milliseconds