Searched refs:ATTR_REAL (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | stat.c | 171 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 D | lookup.c | 798 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 D | vnode.h | 1389 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1385 #define ATTR_REAL 0x10 /* yield attributes of the real vp */ macro
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1311 error = VOP_GETATTR(vp, &vattr, ATTR_REAL, cr, NULL); in mntfs_special_info_string()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prvnops.c | 2823 if (!(flags & ATTR_REAL)) in prgetattr() 2843 if (rvp->v_type == VDIR && !(flags & ATTR_REAL)) { in prgetattr()
|