Searched refs:ATTR_ROOT (Results 1 – 8 of 8) sorted by relevance
157 &len, ATTR_ROOT); in xfs_get_acl()216 len, ATTR_ROOT); in __xfs_set_acl()223 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()261 ATTR_ROOT|ATTR_KERNOVAL) == 0); in xfs_acl_exists()
42 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro53 { ATTR_ROOT, "ROOT" }, \
69 if (xflags & ATTR_ROOT) { in xfs_forget_acl()115 .flags = ATTR_ROOT,
571 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
366 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
422 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) |\
206 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set()452 if (flags & ATTR_ROOT) in xfs_attr_remove()