needbytes         590 fs/xfs/libxfs/xfs_dir2_leaf.c 	int			needbytes;	/* leaf block bytes needed */
needbytes         654 fs/xfs/libxfs/xfs_dir2_leaf.c 	needbytes = 0;
needbytes         656 fs/xfs/libxfs/xfs_dir2_leaf.c 		needbytes += sizeof(xfs_dir2_leaf_entry_t);
needbytes         658 fs/xfs/libxfs/xfs_dir2_leaf.c 		needbytes += sizeof(xfs_dir2_data_off_t);
needbytes         670 fs/xfs/libxfs/xfs_dir2_leaf.c 	if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes &&
needbytes         678 fs/xfs/libxfs/xfs_dir2_leaf.c 	else if ((char *)bestsp - (char *)&ents[leafhdr.count] < needbytes) {