Home
last modified time | relevance | path

Searched refs:ATTR_ROOT (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/
Dxfs_acl.c157 &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()
Dxfs_attr.h42 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro
53 { ATTR_ROOT, "ROOT" }, \
Dxfs_xattr.c69 if (xflags & ATTR_ROOT) { in xfs_forget_acl()
115 .flags = ATTR_ROOT,
Dxfs_attr_list.c571 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c366 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c422 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/fs/xfs/libxfs/
Dxfs_da_format.h773 #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) |\
Dxfs_attr.c206 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set()
452 if (flags & ATTR_ROOT) in xfs_attr_remove()