Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_attr.h30 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro
43 { ATTR_ROOT, "ROOT" }, \
Dxfs_da_format.h759 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
763 #define XFS_ATTR_NSP_ARGS_TO_ONDISK(x) (((x) & ATTR_ROOT ? XFS_ATTR_ROOT : 0) |\
765 #define XFS_ATTR_NSP_ONDISK_TO_ARGS(x) (((x) & XFS_ATTR_ROOT ? ATTR_ROOT : 0) |\
Dxfs_attr.c320 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set()
449 (flags & ATTR_ROOT) ? XFS_TRANS_RESERVE : 0, in xfs_attr_remove()
/linux-4.19.296/fs/xfs/
Dxfs_acl.c145 &len, ATTR_ROOT); in xfs_get_acl()
196 len, ATTR_ROOT); in __xfs_set_acl()
203 error = xfs_attr_remove(ip, ea_name, ATTR_ROOT); in __xfs_set_acl()
Dxfs_xattr.c54 if (xflags & ATTR_ROOT) { in xfs_forget_acl()
98 .flags = ATTR_ROOT,
Dxfs_attr_list.c571 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
Dxfs_ioctl32.c382 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c398 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()
/linux-4.19.296/fs/xfs/scrub/
Dattr.c93 args.flags |= ATTR_ROOT; in xchk_xattr_listent()