Searched refs:smallest (Results 1 – 4 of 4) sorted by relevance
176 Tries all compressors and chooses the one which has the smallest182 Tries all compressors and chooses the one which has the smallest
2137 int smallest; in xfs_attr3_leaf_remove() local2168 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove()2186 smallest = i; in xfs_attr3_leaf_remove()2210 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove()2211 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove()2212 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove()2220 smallest = 1; in xfs_attr3_leaf_remove()2222 smallest = 0; in xfs_attr3_leaf_remove()2248 if (smallest) { in xfs_attr3_leaf_remove()
512 bool smallest) in __tree_mod_log_search() argument530 } else if (!smallest) { in __tree_mod_log_search()
250 to 1K or the smallest block size supported by the block device
Completed in 15 milliseconds