Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_attr_leaf.c1154 int tablesize; in xfs_attr3_leaf_add() local
1171 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()
1174 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()
1889 int tablesize; in xfs_attr3_leaf_remove() local
1914 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()
1923 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()