Home
last modified time | relevance | path

Searched refs:VISHARDLINK (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cache.c339 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()
633 fixhardlink = (vp->v_flag & VISHARDLINK) && in build_path_with_parent()
1499 vp->v_flag |= VISHARDLINK; in vnode_setmultipath()
1971 if ((dp->v_flag & VISHARDLINK)) { in cache_lookup_path()
2078 if ((vp->v_flag & VISHARDLINK)) { in cache_lookup_path()
H A Dvfs_fsevents.c851 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 Dvfs_syscalls.c6584 if ((vp->v_flag & VISHARDLINK) == 0) { in unlinkat_internal()
6663 if (vp->v_flag & VISHARDLINK) { in unlinkat_internal()
6676 if (vp->v_flag & VISHARDLINK) { in unlinkat_internal()
10761 if (vp->v_flag & VISHARDLINK) { in rmdirat_internal()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h306 #define VISHARDLINK 0x100000 /* hard link needs special processing on lookup and in volf… macro