Lines Matching full:fit
162 * directory and a header for the sf directory, if it will fit it the
163 * space currently present in the inode. If it won't fit, the output
254 * Caller has already checked that it will fit, and built us a header.
361 * Convert to block form if necessary, if the new entry won't fit.
406 * Won't fit as shortform any more (due to size), in xfs_dir2_sf_addname()
413 * Just checking or no space reservation, it doesn't fit. in xfs_dir2_sf_addname()
503 * Find a hole that the new entry will fit into, and copy
594 * Decide if the new entry will fit at all.
595 * If it will fit, pick between adding the new entry to the end (easy)
597 * Return 0 (won't fit), 1 (easy), 2 (hard).
609 int holefit; /* found hole it will fit in */ in xfs_dir2_sf_addname_pick()
642 * If it won't fit in a block form then we can't insert it, in xfs_dir2_sf_addname_pick()
654 * If it won't fit at the end then do it the hard way (use the hole). in xfs_dir2_sf_addname_pick()
1066 * Won't fit as shortform, convert to block then do replace. in xfs_dir2_sf_replace()