Searched refs:ATTR_ROOT (Results 1 – 8 of 8) sorted by relevance
154 &len, ATTR_ROOT); in xfs_get_acl()212 len, ATTR_ROOT); in __xfs_set_acl()219 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()257 ATTR_ROOT|ATTR_KERNOVAL) == 0); in xfs_acl_exists()
42 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro53 { ATTR_ROOT, "ROOT" }, \
86 .flags = ATTR_ROOT,
573 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
365 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
420 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
773 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)777 #define XFS_ATTR_NSP_ARGS_TO_ONDISK(x) (((x) & ATTR_ROOT ? XFS_ATTR_ROOT : 0) |\779 #define XFS_ATTR_NSP_ONDISK_TO_ARGS(x) (((x) & XFS_ATTR_ROOT ? ATTR_ROOT : 0) |\
207 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set()459 if (flags & ATTR_ROOT) in xfs_attr_remove()