Lines Matching defs:num
213 int num)
215 while (num > 0) {
219 bio = bio_alloc(GFP_NOIO, num);
222 while (num > 0) {
229 num--;
252 int num = 0;
269 bhs[num++] = bh;
281 bhs[num++] = bh;
285 gfs2_submit_bhs(REQ_OP_READ, REQ_META | REQ_PRIO, bhs, num);
468 * @num: The block number (device relative) of the buffer
474 int gfs2_meta_indirect_buffer(struct gfs2_inode *ip, int height, u64 num,
484 if (num == ip->i_no_addr)
487 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh);