Lines Matching refs:hsize
339 u32 hsize;
348 hsize = BIT(ip->i_depth);
349 hsize *= sizeof(__be64);
350 if (hsize != i_size_read(&ip->i_inode)) {
355 hc = kmalloc(hsize, GFP_NOFS | __GFP_NOWARN);
357 hc = __vmalloc(hsize, GFP_NOFS);
362 ret = gfs2_dir_read_data(ip, hc, hsize);
819 unsigned int hsize = BIT(ip->i_depth);
822 if (hsize * sizeof(u64) != i_size_read(inode)) {
1153 u32 hsize;
1160 hsize = BIT(dip->i_depth);
1161 hsize_bytes = hsize * sizeof(__be64);
1179 for (x = 0; x < hsize; x++) {
1477 static void gfs2_dir_readahead(struct inode *inode, unsigned hsize, u32 index,
1492 if (f_ra->start >= hsize) /* if exceeded the hash table */
1530 u32 hsize, len = 0;
1537 hsize = BIT(dip->i_depth);
1547 gfs2_dir_readahead(inode, hsize, index, f_ra);
1549 while (index < hsize) {
2100 u32 hsize, len;
2106 hsize = BIT(dip->i_depth);
2112 while (index < hsize) {
2122 last = ((next_index >= hsize) ? 1 : 0);
2133 if (index != hsize) {