Searched refs:sd_hash_bsize (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Ddir.c1092 buf = kcalloc(3, sdp->sd_hash_bsize, GFP_KERNEL | __GFP_NOFAIL);
1096 block * sdp->sd_hash_bsize,
1097 sdp->sd_hash_bsize, 1);
1098 if (error != sdp->sd_hash_bsize) {
1105 to = (u64 *)((char *)buf + sdp->sd_hash_bsize);
1113 (char *)buf + sdp->sd_hash_bsize,
1381 lp = kmalloc(sdp->sd_hash_bsize, GFP_KERNEL);
1392 sdp->sd_hash_bsize, 1);
1393 if (error != sdp->sd_hash_bsize) {
1762 lp = kmalloc(sdp->sd_hash_bsize, GFP_KERNE
[all...]
H A Dincore.h443 u32 sd_hash_bsize; /* sizeof(exhash block) */ member in struct:gfs2_sbd
H A Dsuper.c270 sdp->sd_hash_bsize = sdp->sd_sb.sb_bsize / 2;
272 sdp->sd_hash_ptrs = sdp->sd_hash_bsize / sizeof(u64);

Completed in 59 milliseconds