Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
HDext2_balloc.c127 ext2_blkpref(ip, lbn, (int)lbn, &ip->i_db[0], 0), in ext2_balloc()
164 pref = ext2_blkpref(ip, lbn, indirs[0].in_off + in ext2_balloc()
208 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, bap, in ext2_balloc()
251 pref = ext2_blkpref(ip, lbn, indirs[i].in_off, &bap[0], in ext2_balloc()
HDext2_extern.h62 e4fs_daddr_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, e2fs_daddr_t *,
HDext2_alloc.c298 pref = ext2_blkpref(ip, start_lbn, soff, sbap, 0); in ext2_reallocblks()
688 ext2_blkpref(struct inode *ip, e2fs_lbn_t lbn, int indx, e2fs_daddr_t *bap, in ext2_blkpref() function