Searched refs:tablesize (Results 1 – 2 of 2) sorted by relevance
1144 int tablesize; in xfs_attr3_leaf_add() local1161 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1164 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()1879 int tablesize; in xfs_attr3_leaf_remove() local1904 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()1913 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()
1806 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument1808 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()1815 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()