xfs_attr_remove   571 fs/xfs/linux-2.6/xfs_ioctl.c 	return xfs_attr_remove(XFS_I(inode), name, flags);
xfs_attr_remove   131 fs/xfs/linux-2.6/xfs_xattr.c 		return -xfs_attr_remove(ip, name, xflags);
xfs_attr_remove   259 fs/xfs/xfs_acl.c 		error = xfs_attr_remove(XFS_I(vp),
xfs_attr_remove    56 fs/xfs/xfs_vnodeops.h int xfs_attr_remove(struct xfs_inode *dp, const char *name, int flags);