Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_leaf.c1144 int tablesize; in xfs_attr3_leaf_add() local
1161 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() local
1904 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()
/linux-4.1.27/drivers/scsi/
Dsg.c1806 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument
1808 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()
1815 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()