| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_cache.c | 318 while ((tvp->v_flag & VROOT) && tmp && tmp->mnt_vnodecovered && in cache_check_vnode_issubdir() 339 if ((tvp->v_flag & VISHARDLINK) || !(tvp->v_parent)) { in cache_check_vnode_issubdir() 459 if (!(tvp->v_flag & VISHARDLINK) && tvp->v_parent != pvp) { in vnode_issubdir() 580 (vp->v_flag & VFMLINKTARGET) && vp->v_fmlink && (vp->v_fmlink->v_type == VDIR)) { in build_path_with_parent() 588 while (vp && vp->v_flag & VROOT) { in build_path_with_parent() 609 (vp->v_flag & VFMLINKTARGET) && vp->v_fmlink && (vp->v_fmlink->v_type == VDIR)) { in build_path_with_parent() 633 fixhardlink = (vp->v_flag & VISHARDLINK) && in build_path_with_parent() 774 if (vp->v_flag & VISNAMEDSTREAM) { in build_path_with_parent() 864 (tvp->v_flag & VFMLINKTARGET) && tvp->v_fmlink && (tvp->v_fmlink->v_type == VDIR)) { in build_path_with_parent() 870 if (!(tvp->v_flag & VROOT) || !tvp->v_mount) { in build_path_with_parent() [all …]
|
| H A D | vfs_subr.c | 476 vp->v_flag |= VTHROTTLED; in vnode_waitforwrites() 478 vp->v_flag |= VBWAIT; in vnode_waitforwrites() 516 if ((vp->v_flag & VTHROTTLED)) { in vnode_writedone() 517 vp->v_flag &= ~VTHROTTLED; in vnode_writedone() 520 if ((vp->v_flag & VBWAIT) && (vp->v_numoutput == 0)) { in vnode_writedone() 521 vp->v_flag &= ~VBWAIT; in vnode_writedone() 598 if ((flags & SKIPSYSTEM) && ((vp->v_flag & VSYSTEM) || (vp->v_flag & VNOFLUSH))) { in vnode_umount_preflight() 601 if ((flags & SKIPSWAP) && (vp->v_flag & VSWAP)) { in vnode_umount_preflight() 1667 if ((pmi->pm_rootvnode->v_flag & VROOT) != 0) { in vfs_switch_root() 1720 pmi->pm_new_covered_vp->v_flag |= VMOUNTEDHERE; in vfs_switch_root() [all …]
|
| H A D | kpi_vfs.c | 1930 return (vp->v_flag & VROOT)? 1 : 0; in vnode_isvroot() 1937 return (vp->v_flag & VSYSTEM)? 1 : 0; in vnode_issystem() 1944 return (vp->v_flag & VSWAP)? 1 : 0; in vnode_isswap() 1951 return (vp->v_flag & VISTTY) ? 1 : 0; in vnode_istty() 1958 return (vp->v_flag & VMOUNT)? 1 : 0; in vnode_ismount() 1986 return (vp->v_flag & VRAGE)? 1 : 0; in vnode_israge() 2032 return (vp->v_flag & VNOCACHE_DATA)? 1 : 0; in vnode_isnocache() 2041 return (vp->v_flag & VRAOFF)? 1 : 0; in vnode_isnoreadahead() 2047 return (vp->v_flag & VOPENEVT)? 1 : 0; in vnode_is_openevt() 2054 return (vp->v_flag & VSTANDARD)? 1 : 0; in vnode_isstandard() [all …]
|
| H A D | vfs_xattr.c | 138 if (vp->v_flag & VISNAMEDSTREAM) { in vn_getxattr() 194 if (vp->v_flag & VISNAMEDSTREAM) { in vn_setxattr() 289 if (vp->v_flag & VISNAMEDSTREAM) { in vn_removexattr() 354 if (vp->v_flag & VISNAMEDSTREAM) { in vn_listxattr() 425 svp->v_flag |= streamflags; in vnode_setasnamedstream_internal() 445 svp->v_flag |= VSHARED_DYLD; in vnode_setasnamedstream_internal() 938 if (svp->v_flag & VISNAMEDSTREAM) { in default_getnamedstream() 944 if ((svp->v_flag & VISSHADOW)) { in default_getnamedstream() 1016 svp->v_flag |= (VISNAMEDSTREAM | VISSHADOW); in default_getnamedstream() 1029 svp->v_flag |= VISSHADOW; in default_getnamedstream() [all …]
|
| H A D | vfs_syscalls.c | 449 if (vp->v_mountedhere || (vp->v_flag & VROOT) != 0) { in fmount() 1065 if ((vp->v_flag & VROOT) && in __mac_mount() 1201 if ((vp->v_flag & VROOT) == 0) { in mount_common() 1823 CLR(vp->v_flag, VMOUNT); in mount_common() 1825 SET(vp->v_flag, VMOUNTEDHERE); in mount_common() 1831 wakeup(&vp->v_flag); in mount_common() 1941 CLR(vp->v_flag, VMOUNT); in mount_common() 1943 wakeup(&vp->v_flag); in mount_common() 2014 CLR(vp->v_flag, VMOUNTEDHERE); in mount_common() 2048 CLR(vp->v_flag, VMOUNT); in mount_common() [all …]
|
| H A D | vfs_lookup.c | 855 …if ((cnp->cn_flags & MAKEENTRY) && (vp->v_flag & VNCACHEABLE) && LIST_FIRST(&vp->v_nclinks) == NUL… in lookup_consider_update_cache() 1463 if ((dp->v_flag & VROOT) == 0 || 1704 if (vp && vp->v_flag & VROOT) { 1740 if (vp == NULLVP || vp->v_flag & VROOT) {
|
| H A D | vfs_fsevents.c | 851 if (vp->v_flag & VISHARDLINK) { in add_fsevent() 2988 if (vp->v_flag & VISHARDLINK) { in get_fse_info() 3012 if (vp->v_flag & VISHARDLINK) { in vnode_get_fse_info_from_vap() 3051 if (vp->v_flag & VISHARDLINK) { in create_fsevent_from_kevent()
|
| H A D | vfs_vnops.c | 724 if (!did_create && (vp->v_flag & VOPENEVT) && (current_proc()->p_flag & P_CHECKOPENEVT)) { in vn_open_auth() 850 if ((vp->v_flag & VISNAMEDSTREAM) && in vn_close()
|
| H A D | vfs_cluster.c | 1726 if (vp->v_flag & VSYSTEM) { in cluster_io() 3003 if (vp->v_flag & VNOCACHE_DATA) { in cluster_write_ext() 4610 if (vp->v_flag & VNOCACHE_DATA) { in cluster_read_ext() 4613 if ((vp->v_flag & VRAOFF) || speculative_reads_disabled) { in cluster_read_ext() 7016 if ((vp->v_flag & VNOCACHE_DATA) || (flags & IO_NOCACHE)) { in cluster_push_now()
|
| H A D | vfs_attrlist.c | 2142 if ((vp->v_flag & VROOT) || vnode_mountedhere(vp)) { in attr_pack_dir() 2599 …if (!is_realdev && (vp->v_flag & VFMLINKTARGET) && ((dvp = vp->v_fmlink) != NULL) && (vnode_get(dv… in vattr_get_alt_data() 2883 (!is_realdev && vp && (vp->v_flag & VFMLINKTARGET) && vp->v_fmlink && in vfs_attr_pack_internal()
|
| /xnu-12377.41.6/bsd/miscfs/deadfs/ |
| H A D | dead_vnops.c | 245 __func__, vp->v_flag, vp->v_numoutput); in dead_strategy() 253 __func__, vp->v_lflag, vp->v_flag, vp->v_numoutput); in dead_strategy() 292 __func__, buf_vp->v_flag, buf_vp->v_numoutput); in dead_bwrite() 299 __func__, vp->v_lflag, vp->v_flag, vp->v_numoutput); in dead_bwrite()
|
| /xnu-12377.41.6/security/ |
| H A D | mac_vfs_subr.c | 103 if ((error == 0) && (vp->v_flag & VNCACHEABLE)) { in vnode_label()
|
| /xnu-12377.41.6/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 146 SET(vp->v_flag, VSWAP); in vm_swapfile_preallocate()
|
| H A D | vm_unix.c | 1742 srfmp->vp->v_flag |= VSHARED_DYLD; in shared_region_map_and_slide_cleanup() 1765 svp->v_flag |= VSHARED_DYLD; in shared_region_map_and_slide_cleanup()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 167 uint32_t v_flag; /* vnode flags (see below) */ member
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | bsd_init.c | 432 new_rootvnode->v_flag |= VROOT; in set_rootvnode()
|
| H A D | kern_symfile.c | 280 SET(ref->vp->v_flag, VSWAP); in kern_open_file_for_direct_io()
|
| H A D | imageboot.c | 988 rootvnode->v_flag |= VROOT; in imageboot_mount_ramdisk()
|
| H A D | decmpfs.c | 734 DebugLogWithPath("decmpfs_validate_compressed_file ret %d, vp->v_flag %d\n", err, vp->v_flag);
|
| H A D | sys_generic.c | 208 if (__improbable(vp->v_flag & VISTTY)) { in valid_for_random_access()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | memory.py | 1744 if int(vnode.v_flag) & 0x1 and int(hex(vnode.v_mount), 16) !=0: 1758 …if (int(vnode.v_flag) & 0x000001) and int(hex(vnode.v_mount), 16) != 0 and (int(vnode.v_mount.mnt_…
|