Searched refs:ext2_blkpref (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_balloc.c | 151 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 D | ext2_extern.h | 59 e4fs_daddr_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, e2fs_daddr_t *,
|
H A D | ext2_alloc.c | 293 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
|