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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Deattr.c447 unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize); local
452 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_KERNEL);
456 for (x = 0; x < nptrs; x++) {
467 for (x = 0; x < nptrs; x++) {
470 for (; x < nptrs; x++)
475 for (; x < nptrs; x++)
1208 unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize); local
1213 bh = kcalloc(nptrs, sizeof(struct buffer_head *), GFP_KERNEL);
1217 error = gfs2_trans_begin(sdp, nptrs + RES_DINODE, 0);
1221 for (x = 0; x < nptrs;
[all...]

Completed in 89 milliseconds