Home
last modified time | relevance | path

Searched refs:V_SYSATTR (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/
H A Dxattr.c782 vp->v_flag |= V_SYSATTR; in xattr_mkfile()
1106 if (svp->v_flag & V_SYSATTR) { in xattr_dir_link()
1145 } else if (tdvp->v_flag & V_SYSATTR) { in xattr_dir_rename()
1489 if (dvp->v_flag & V_SYSATTR) { in xattr_dir_lookup()
1570 (*vpp)->v_flag |= (V_XATTRDIR|V_SYSATTR); in xattr_dir_lookup()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h343 #define V_SYSATTR 0x40000 /* vnode is a GFS system attribute */ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h348 #define V_SYSATTR 0x40000 /* vnode is a GFS system attribute */ macro