Home
last modified time | relevance | path

Searched refs:ATTR_REAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c171 csflags |= ATTR_REAL; /* flag for procfs lookups */ in fstatat()
306 csflags |= ATTR_REAL; /* flag for procfs lookups */ in fstatat32()
433 csflags |= ATTR_REAL; /* flag for procfs lookups */ in fstatat64()
544 csflags |= ATTR_REAL; /* flag for procfs lookups */ in fstatat64_32()
/illumos-gate/usr/src/uts/common/fs/
H A Dlookup.c803 if (VOP_GETATTR(v1, &v1attr, ATTR_REAL, cr, NULL) != 0 || in vnode_match()
804 VOP_GETATTR(v2, &v2attr, ATTR_REAL, cr, NULL) != 0) in vnode_match()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1389 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1403 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1513 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1311 error = VOP_GETATTR(vp, &vattr, ATTR_REAL, cr, NULL); in mntfs_special_info_string()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c3061 if (!(flags & ATTR_REAL)) in prgetattr()
3081 if (rvp->v_type == VDIR && !(flags & ATTR_REAL)) { in prgetattr()