Lines Matching refs:indirs
105 struct indir indirs[EXT2_NIADDR + 2]; in ext2_balloc() local
175 if ((error = ext2_getlbns(vp, lbn, indirs, &num)) != 0) in ext2_balloc()
185 nb = ip->i_ib[indirs[0].in_off]; in ext2_balloc()
188 pref = ext2_blkpref(ip, lbn, indirs[0].in_off + in ext2_balloc()
196 bp = getblk(vp, indirs[1].in_lbn, fs->e2fs_bsize, 0, 0, 0); in ext2_balloc()
207 ip->i_ib[indirs[0].in_off] = newb; in ext2_balloc()
215 indirs[i].in_lbn, (int)fs->e2fs_bsize, NOCRED, &bp); in ext2_balloc()
220 nb = le32toh(bap[indirs[i].in_off]); in ext2_balloc()
230 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, bap, in ext2_balloc()
240 nbp = getblk(vp, indirs[i].in_lbn, fs->e2fs_bsize, 0, 0, 0); in ext2_balloc()
252 bap[indirs[i - 1].in_off] = htole32(nb); in ext2_balloc()
270 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, &bap[0], in ext2_balloc()
284 bap[indirs[i].in_off] = htole32(nb); in ext2_balloc()