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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1144 int tablesize; xfs_attr3_leaf_add() local
1161 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) xfs_attr3_leaf_add()
1164 if (tablesize > ichdr.firstused) { xfs_attr3_leaf_add()
1879 int tablesize; xfs_attr3_leaf_remove() local
1904 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) xfs_attr3_leaf_remove()
1913 if (ichdr.freemap[i].base == tablesize) { xfs_attr3_leaf_remove()
/linux-4.1.27/include/scsi/
H A Dsg.h160 /* Yields max scatter gather tablesize allowed by current host adapter */
H A Dscsi_host.h430 * I originally thought that if the tablesize was large that it
/linux-4.1.27/arch/powerpc/sysdev/
H A Ddart_iommu.c472 /* 512 pages (2MB) is max DART tablesize. */ alloc_dart_table()
/linux-4.1.27/drivers/scsi/
H A Dsg.c1806 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) sg_build_sgat() argument
1808 int sg_bufflen = tablesize * sizeof(struct page *); sg_build_sgat()
1815 return tablesize; /* number of scat_gath elements allocated */ sg_build_sgat()

Completed in 200 milliseconds