Searched refs:ext2_hashalloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 76 static e4fs_daddr_t ext2_hashalloc(struct inode *, int, long, int, 132 bno = (daddr_t)ext2_hashalloc(ip, cg, bpref, fs->e2fs_bsize, in ext2_alloc() 162 blk = ext2_hashalloc(ip, ino_to_cg(fs, ip->i_number), 0, fs->e2fs_bsize, in ext2_alloc_meta() 297 if ((newblk = (e2fs_daddr_t)ext2_hashalloc(ip, dtog(fs, pref), pref, in ext2_reallocblks() 414 ino = (ino_t)ext2_hashalloc(pip, cg, (long)ipref, mode, ext2_nodealloccg); in ext2_valloc() 749 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, in ext2_hashalloc() function
|