Searched refs:ext2_hashalloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_alloc.c79 static e4fs_daddr_t ext2_hashalloc(struct inode *, int, long, int,
135 bno = (daddr_t)ext2_hashalloc(ip, cg, bpref, fs->e2fs_bsize,
165 blk = ext2_hashalloc(ip, ino_to_cg(fs, ip->i_number), 0, fs->e2fs_bsize,
299 if ((newblk = (e2fs_daddr_t)ext2_hashalloc(ip, dtog(fs, pref), pref,
416 ino = (ino_t)ext2_hashalloc(pip, cg, (long)ipref, mode, ext2_nodealloccg);
750 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, function

Completed in 49 milliseconds