Searched refs:tablesize (Results 1 – 2 of 2) sorted by relevance
1148 int tablesize; in xfs_attr3_leaf_add() local1165 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1168 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()1883 int tablesize; in xfs_attr3_leaf_remove() local1908 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()1917 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()
1812 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument1814 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()1821 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()