Searched refs:V_SYSATTR (Results 1 – 3 of 3) sorted by relevance
782 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()
343 #define V_SYSATTR 0x40000 /* vnode is a GFS system attribute */ macro
348 #define V_SYSATTR 0x40000 /* vnode is a GFS system attribute */ macro