Searched refs:ext2fs_blkpref (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_balloc.c | 150 ext2fs_blkpref(ip, bn, bn, &ip->i_e2fs_blocks[0]), in ext2fs_balloc() 187 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc() 227 pref = ext2fs_blkpref(ip, lbn, 0, (int32_t *)0); in ext2fs_balloc() 265 pref = ext2fs_blkpref(ip, lbn, indirs[num].in_off, &bap[0]); in ext2fs_balloc()
|
H A D | ext2fs_extern.h | 100 daddr_t ext2fs_blkpref(struct inode *, daddr_t, int, int32_t *);
|
H A D | ext2fs_alloc.c | 247 ext2fs_blkpref(struct inode *ip, daddr_t lbn, int indx, in ext2fs_blkpref() function
|