Lines Matching defs:nblocks
53 erofs_blk_t nblocks, lastblk;
60 nblocks = DIV_ROUND_UP(inode->i_size, PAGE_SIZE);
61 lastblk = nblocks - tailendpacking;
131 unsigned int nblocks,
139 DBG_BUGON(!nblocks);
216 if (nblocks > DIV_ROUND_UP(map.m_plen, PAGE_SIZE))
217 nblocks = DIV_ROUND_UP(map.m_plen, PAGE_SIZE);
218 if (nblocks > BIO_MAX_PAGES)
219 nblocks = BIO_MAX_PAGES;
221 bio = bio_alloc(GFP_NOIO, nblocks);