Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_acl.c154 &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()
Dxfs_attr.h42 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro
53 { ATTR_ROOT, "ROOT" }, \
Dxfs_xattr.c86 .flags = ATTR_ROOT,
Dxfs_attr_list.c573 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c365 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c420 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/linux-4.1.27/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.c207 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set()
459 if (flags & ATTR_ROOT) in xfs_attr_remove()