Searched refs:ext2_blkpref (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/vfs/ext2fs/ |
| HD | ext2_balloc.c | 127 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()
|
| HD | ext2_extern.h | 62 e4fs_daddr_t ext2_blkpref(struct inode *, e2fs_lbn_t, int, e2fs_daddr_t *,
|
| HD | ext2_alloc.c | 298 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
|