Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_conf.c141 ….vfc_vfsflags = VFC_VFSGENERICARGS | VFC_VFSPREFLIGHT | VFC_VFS64BITREADY | VFC_VFSREADDIR_EXTENDE…
161 .vfc_vfsflags = VFC_VFSGENERICARGS | VFC_VFS64BITREADY,
177 .vfc_vfsflags = VFC_VFSGENERICARGS | VFC_VFS64BITREADY,
199 .vfc_vfsflags = VFC_VFS64BITREADY,
217 .vfc_vfsflags = VFC_VFS64BITREADY,
236 .vfc_vfsflags = VFC_VFSGENERICARGS,
255 .vfc_vfsflags = VFC_VFSGENERICARGS | VFC_VFS64BITREADY,
272 .vfc_vfsflags = 0,
287 .vfc_vfsflags = 0,
H A Dkpi_vfs.c561 if ((mp->mnt_vtable->vfc_vfsflags & VFC_VFS64BITREADY)) { in vfs_64bitready()
987 newvfstbl->vfc_vfsflags = 0; in vfs_fsadd()
989 newvfstbl->vfc_vfsflags |= VFC_VFS64BITREADY; in vfs_fsadd()
992 newvfstbl->vfc_vfsflags |= VFC_VFSVNOP_PAGEINV2; in vfs_fsadd()
995 newvfstbl->vfc_vfsflags |= VFC_VFSVNOP_PAGEOUTV2; in vfs_fsadd()
1001 newvfstbl->vfc_vfsflags |= VFC_VFSLOCALARGS; in vfs_fsadd()
1003 newvfstbl->vfc_vfsflags |= VFC_VFSGENERICARGS; in vfs_fsadd()
1007 newvfstbl->vfc_vfsflags |= VFC_VFSNATIVEXATTR; in vfs_fsadd()
1010 newvfstbl->vfc_vfsflags |= VFC_VFSPREFLIGHT; in vfs_fsadd()
1013 newvfstbl->vfc_vfsflags |= VFC_VFSREADDIR_EXTENDED; in vfs_fsadd()
[all …]
H A Dvfs_syscalls.c846 if (kernelmount && (vfsp->vfc_vfsflags & VFC_VFSLOCALARGS) && in mount_common()
960 if (vfsp->vfc_vfsflags & VFC_VFSNOMACLABEL) { in mount_common()
979 if (vfsp->vfc_vfsflags & VFC_VFSLOCALARGS && in mount_common()
1397 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSNATIVEXATTR) { in mount_common()
1400 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in mount_common()
1976 if (vfsp->vfc_vfsflags & VFC_VFSLOCALARGS) { in relocate_imageboot_source()
2489 if (mp->mnt_devvp && mp->mnt_vtable->vfc_vfsflags & VFC_VFSLOCALARGS) { in dounmount()
9579 if ((vp->v_mount->mnt_vtable->vfc_vfsflags & VFC_VFSREADDIR_EXTENDED) && in vnode_readdir64()
H A Dvfs_subr.c1173 && !ISSET(vfsp->vfc_vfsflags, VFC_VFSCANMOUNTROOT)) { in vfs_mountroot()
1222 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSNATIVEXATTR) { in vfs_mountroot()
1225 if (mp->mnt_vtable->vfc_vfsflags & VFC_VFSPREFLIGHT) { in vfs_mountroot()
/xnu-8020.121.3/bsd/vm/
H A Dvnode_pager.c369 if (vp->v_mount->mnt_vtable->vfc_vfsflags & VFC_VFSVNOP_PAGEOUTV2) { in vnode_pageout()
644 if (vp->v_mount->mnt_vtable->vfc_vfsflags & VFC_VFSVNOP_PAGEINV2) { in vnode_pagein()
/xnu-8020.121.3/bsd/sys/
H A Dmount_internal.h315 int vfc_vfsflags; /* for optional types */ member
/xnu-8020.121.3/security/
H A Dmac_vfs.c2254 if ((mp->mnt_vtable->vfc_vfsflags & VFC_VFSNATIVEXATTR)) { in mac_mount_label_associate()
2259 if ((mp->mnt_vtable->vfc_vfsflags & VFC_VFSNOMACLABEL) && in mac_mount_label_associate()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_subs.c3175 if (!error && !(mp->mnt_vtable->vfc_vfsflags & VFC_VFSREADDIR_EXTENDED)) { in nfsrv_export()
3326 if (!error && !(mp->mnt_vtable->vfc_vfsflags & VFC_VFSREADDIR_EXTENDED)) { in nfsrv_export()