Searched refs:tablesize (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir_leaf.c | 878 int tablesize, entsize, sum, i, tmp, error; in xfs_dir_leaf_add() local 890 tablesize = (INT_GET(hdr->count, ARCH_CONVERT) + 1) * (uint)sizeof(xfs_dir_leaf_entry_t) in xfs_dir_leaf_add() 894 if (tablesize > INT_GET(hdr->firstused, ARCH_CONVERT)) { in xfs_dir_leaf_add() 1464 int tablesize, tmp, i; in xfs_dir_leaf_remove() local 1484 tablesize = INT_GET(hdr->count, ARCH_CONVERT) * (uint)sizeof(xfs_dir_leaf_entry_t) in xfs_dir_leaf_remove() 1494 if (INT_GET(map->base, ARCH_CONVERT) == tablesize) { in xfs_dir_leaf_remove()
|
D | xfs_attr_leaf.c | 877 int tablesize, entsize, sum, tmp, i; in xfs_attr_leaf_add() local 892 tablesize = (INT_GET(hdr->count, ARCH_CONVERT) + 1) in xfs_attr_leaf_add() 897 if (tablesize > INT_GET(hdr->firstused, ARCH_CONVERT)) { in xfs_attr_leaf_add() 1552 int tablesize, tmp, i; in xfs_attr_leaf_remove() local 1578 tablesize = INT_GET(hdr->count, ARCH_CONVERT) in xfs_attr_leaf_remove() 1589 if (INT_GET(map->base, ARCH_CONVERT) == tablesize) { in xfs_attr_leaf_remove()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sg.c | 209 int tablesize); 1631 int tablesize) in sg_build_sgat() argument 1636 int sg_bufflen = tablesize * elem_sz; in sg_build_sgat() 1637 int mx_sc_elems = tablesize; in sg_build_sgat()
|