Lines Matching full:compact
493 * Could compact these but I think we always do the conversion in xfs_dir2_block_to_leaf()
576 int compact, /* need to compact leaves */ in xfs_dir3_leaf_find_entry() argument
609 * If we didn't compact before, we need to find the nearest stale in xfs_dir3_leaf_find_entry()
612 if (compact == 0) in xfs_dir3_leaf_find_entry()
683 int compact; /* need to compact leaves */ in xfs_dir2_leaf_addname() local
776 compact = 1; in xfs_dir2_leaf_addname()
806 compact = 0; in xfs_dir2_leaf_addname()
824 * Need to compact the leaf entries, removing stale ones. in xfs_dir2_leaf_addname()
829 if (compact) { in xfs_dir2_leaf_addname()
946 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leaf_addname()
968 * Compact out any stale entries in the leaf.
1018 * Compact the leaf entries, removing stale ones.
1507 * If this is the last data block then compact the in xfs_dir2_leaf_removename()