Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_attr_leaf.c1887 int smallest; in xfs_attr3_leaf_remove() local
1918 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove()
1936 smallest = i; in xfs_attr3_leaf_remove()
1960 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove()
1961 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove()
1962 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove()
1970 smallest = 1; in xfs_attr3_leaf_remove()
1972 smallest = 0; in xfs_attr3_leaf_remove()
1998 if (smallest) { in xfs_attr3_leaf_remove()
/fs/jffs2/
DKconfig178 Tries all compressors and chooses the one which has the smallest
184 Tries all compressors and chooses the one which has the smallest
/fs/squashfs/
DKconfig145 to 1K or the smallest block size supported by the block device
/fs/btrfs/
Dctree.c735 int smallest) in __tree_mod_log_search() argument
753 } else if (!smallest) { in __tree_mod_log_search()