Lines Matching full:compact
433 * Could compact these but I think we always do the conversion in xfs_dir2_block_to_leaf()
516 int compact, /* need to compact leaves */ in xfs_dir3_leaf_find_entry() argument
549 * If we didn't compact before, we need to find the nearest stale in xfs_dir3_leaf_find_entry()
552 if (compact == 0) in xfs_dir3_leaf_find_entry()
623 int compact; /* need to compact leaves */ in xfs_dir2_leaf_addname() local
715 compact = 1; in xfs_dir2_leaf_addname()
745 compact = 0; in xfs_dir2_leaf_addname()
763 * Need to compact the leaf entries, removing stale ones. in xfs_dir2_leaf_addname()
768 if (compact) { in xfs_dir2_leaf_addname()
885 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leaf_addname()
907 * Compact out any stale entries in the leaf.
957 * Compact the leaf entries, removing stale ones.
1443 * If this is the last data block then compact the in xfs_dir2_leaf_removename()