Home
last modified time | relevance | path

Searched refs:ext2_blkpref (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_balloc.c151 ext2_blkpref(ip, lbn, (int)lbn, &ip->i_db[0], 0), in ext2_balloc()
188 pref = ext2_blkpref(ip, lbn, indirs[0].in_off + in ext2_balloc()
230 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, bap, in ext2_balloc()
270 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, &bap[0], in ext2_balloc()
H A Dext2_extern.h59 e4fs_daddr_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, e2fs_daddr_t *,
H A Dext2_alloc.c293 pref = ext2_blkpref(ip, start_lbn, soff, sbap, 0); in ext2_reallocblks()
705 ext2_blkpref(struct inode *ip, e2fs_lbn_t lbn, int indx, e2fs_daddr_t *bap, in ext2_blkpref() function