ATTR_ROOT         476 fs/xfs/linux-2.6/xfs_ioctl.c 	if (al_hreq.flags & ~(ATTR_ROOT | ATTR_SECURE))
ATTR_ROOT         160 fs/xfs/linux-2.6/xfs_xattr.c 	return __xfs_xattr_get(inode, name, value, size, ATTR_ROOT);
ATTR_ROOT         167 fs/xfs/linux-2.6/xfs_xattr.c 	return __xfs_xattr_set(inode, name, value, size, flags, ATTR_ROOT);
ATTR_ROOT         262 fs/xfs/xfs_acl.c 						ATTR_ROOT);
ATTR_ROOT         338 fs/xfs/xfs_acl.c 	if (xfs_attr_fetch(ip, &acl_name, (char *)acl, &rval, ATTR_ROOT)) {
ATTR_ROOT         572 fs/xfs/xfs_acl.c 	flags |= ATTR_ROOT;
ATTR_ROOT         615 fs/xfs/xfs_acl.c 				(char *)newacl, len, ATTR_ROOT);
ATTR_ROOT         246 fs/xfs/xfs_attr.c 	int             rsvd = (flags & ATTR_ROOT) != 0;
ATTR_ROOT         524 fs/xfs/xfs_attr.c 	if (flags & ATTR_ROOT)
ATTR_ROOT         692 fs/xfs/xfs_attr.c 	if (((context->flags & ATTR_ROOT) == 0) !=
ATTR_ROOT         136 fs/xfs/xfs_attr_leaf.h #define XFS_ATTR_NSP_ARGS_MASK		(ATTR_ROOT | ATTR_SECURE)
ATTR_ROOT         140 fs/xfs/xfs_attr_leaf.h #define XFS_ATTR_NSP_ARGS_TO_ONDISK(x)	(((x) & ATTR_ROOT ? XFS_ATTR_ROOT : 0) |\
ATTR_ROOT         142 fs/xfs/xfs_attr_leaf.h #define XFS_ATTR_NSP_ONDISK_TO_ARGS(x)	(((x) & XFS_ATTR_ROOT ? ATTR_ROOT : 0) |\