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

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c296 fixhardlink = (vp->v_flag & VISHARDLINK) &&
860 vp->v_flag |= VISHARDLINK;
1197 if (dp && (dp->v_flag & VISHARDLINK)) {
1233 if ( (vp->v_flag & VISHARDLINK) ) {
H A Dvfs_fsevents.c2389 if (vp->v_flag & VISHARDLINK) {
2413 if (vp->v_flag & VISHARDLINK) {
2452 if (vp->v_flag & VISHARDLINK) {
H A Dvfs_syscalls.c4528 if ((vp->v_flag & VISHARDLINK) == 0) {
4591 if (vp->v_flag & VISHARDLINK) {
4604 if (vp->v_flag & VISHARDLINK) {
7459 if (vp->v_flag & VISHARDLINK) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h254 #define VISHARDLINK 0x100000 /* hard link needs special processing on lookup and in volfs */ macro

Completed in 92 milliseconds