xfs_remove_space_res
unsigned int xfs_remove_space_res(struct xfs_mount *mp, unsigned int namelen);
resblks = xfs_remove_space_res(mp, step->name_len);
mpath->unlink_resblks = xfs_remove_space_res(mp, MAXNAMELEN);
resblks = xfs_remove_space_res(mp, name->len);