Home
last modified time | relevance | path

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

/NextBSD/sys/fs/ext2fs/
HDext2_alloc.c59 static u_long ext2_hashalloc(struct inode *, int, long, int,
114 bno = (daddr_t)ext2_hashalloc(ip, cg, bpref, fs->e2fs_bsize, in ext2_alloc()
254 if ((newblk = (e2fs_daddr_t)ext2_hashalloc(ip, dtog(fs, pref), pref, in ext2_reallocblks()
380 ino = (ino_t)ext2_hashalloc(pip, cg, (long)ipref, mode, ext2_nodealloccg); in ext2_valloc()
590 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, in ext2_hashalloc() function