Lines Matching full:compact
442 * Could compact these but I think we always do the conversion in xfs_dir2_block_to_leaf()
525 int compact, /* need to compact leaves */ in xfs_dir3_leaf_find_entry() argument
558 * If we didn't compact before, we need to find the nearest stale in xfs_dir3_leaf_find_entry()
561 if (compact == 0) in xfs_dir3_leaf_find_entry()
632 int compact; /* need to compact leaves */ in xfs_dir2_leaf_addname() local
724 compact = 1; in xfs_dir2_leaf_addname()
754 compact = 0; in xfs_dir2_leaf_addname()
772 * Need to compact the leaf entries, removing stale ones. in xfs_dir2_leaf_addname()
777 if (compact) { in xfs_dir2_leaf_addname()
894 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leaf_addname()
916 * Compact out any stale entries in the leaf.
966 * Compact the leaf entries, removing stale ones.
1452 * If this is the last data block then compact the in xfs_dir2_leaf_removename()