Lines Matching refs:lbn
103 daddr_t newb, lbn, pref; in ext2fs_balloc() local
120 lbn = bn; in ext2fs_balloc()
154 ip->i_e2fs_last_lblk = lbn; in ext2fs_balloc()
187 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc()
188 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc()
227 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc()
228 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc()
265 pref = ext2fs_blkpref(ip, lbn, indirs[num].in_off, &bap[0]); in ext2fs_balloc()
266 error = ext2fs_alloc(ip, lbn, pref, cred, &newb); in ext2fs_balloc()
273 ip->i_e2fs_last_lblk = lbn; in ext2fs_balloc()
287 nbp = getblk(vp, lbn, fs->e2fs_bsize, 0, 0); in ext2fs_balloc()
298 error = bread(vp, lbn, (int)fs->e2fs_bsize, in ext2fs_balloc()
304 nbp = getblk(vp, lbn, fs->e2fs_bsize, 0, 0); in ext2fs_balloc()