Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_attr.h42 #define ATTR_ROOT 0x0002 /* use attrs in root (trusted) namespace */ macro
53 { ATTR_ROOT, "ROOT" }, \
Dxfs_attr_leaf.h136 #define XFS_ATTR_NSP_ARGS_MASK (ATTR_ROOT | ATTR_SECURE)
140 #define XFS_ATTR_NSP_ARGS_TO_ONDISK(x) (((x) & ATTR_ROOT ? XFS_ATTR_ROOT : 0) |\
142 #define XFS_ATTR_NSP_ONDISK_TO_ARGS(x) (((x) & XFS_ATTR_ROOT ? ATTR_ROOT : 0) |\
Dxfs_attr.c244 int rsvd = (flags & ATTR_ROOT) != 0; in xfs_attr_set_int()
516 if (flags & ATTR_ROOT) in xfs_attr_remove_int()
681 if (((context->flags & ATTR_ROOT) == 0) != in xfs_attr_put_listent()
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_acl.c138 &len, ATTR_ROOT); in xfs_get_acl()
200 len, ATTR_ROOT); in xfs_set_acl()
207 error = -xfs_attr_remove(ip, ea_name, ATTR_ROOT); in xfs_set_acl()
279 ATTR_ROOT|ATTR_KERNOVAL) == 0); in xfs_acl_exists()
Dxfs_xattr.c84 .flags = ATTR_ROOT,
Dxfs_ioctl32.c370 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_compat_attrlist_by_handle()
Dxfs_ioctl.c413 if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE)) in xfs_attrlist_by_handle()