xfs_attr_remove   155 fs/xfs/libxfs/xfs_attr.h int xfs_attr_remove(struct xfs_inode *dp, const unsigned char *name, int flags);
xfs_attr_remove   197 fs/xfs/xfs_acl.c 		error = xfs_attr_remove(ip, ea_name, ATTR_ROOT);
xfs_attr_remove   490 fs/xfs/xfs_ioctl.c 	error = xfs_attr_remove(XFS_I(inode), name, flags);
xfs_attr_remove    77 fs/xfs/xfs_xattr.c 		return xfs_attr_remove(ip, (unsigned char *)name, xflags);