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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c278 fixhardlink = (vp->v_flag & VISHARDLINK) &&
790 vp->v_flag |= VISHARDLINK;
1127 if (dp && (dp->v_flag & VISHARDLINK)) {
1155 if ( (vp->v_flag & VISHARDLINK) ) {
H A Dvfs_fsevents.c2316 if (vp->v_flag & VISHARDLINK) {
2340 if (vp->v_flag & VISHARDLINK) {
2379 if (vp->v_flag & VISHARDLINK) {
H A Dvfs_syscalls.c4021 if ((vp->v_flag & VISHARDLINK) == 0) {
4084 if (vp->v_flag & VISHARDLINK) {
4097 if (vp->v_flag & VISHARDLINK) {
6783 if (vp->v_flag & VISHARDLINK) {
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h270 #define VISHARDLINK 0x100000 /* hard link needs special processing on lookup and in volfs */ macro

Completed in 35 milliseconds