Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c798 if (VOP_GETATTR(v1, &v1attr, ATTR_REAL, cr, NULL) != 0 || in vnode_match()
799 VOP_GETATTR(v2, &v2attr, ATTR_REAL, cr, NULL) != 0) in vnode_match()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1389 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1385 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
/titanic_44/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1311 error = VOP_GETATTR(vp, &vattr, ATTR_REAL, cr, NULL); in mntfs_special_info_string()
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprvnops.c2823 if (!(flags & ATTR_REAL)) in prgetattr()
2843 if (rvp->v_type == VDIR && !(flags & ATTR_REAL)) { in prgetattr()