Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ext2fs/
Dext2fs_alloc.c91 static daddr_t ext2fs_nodealloccg(struct inode *, int, daddr_t, int);
189 ino = (ino_t)ext2fs_hashalloc(pip, cg, (long)ipref, mode, ext2fs_nodealloccg); in ext2fs_valloc()
440 ext2fs_nodealloccg(struct inode *ip, int cg, daddr_t ipref, int mode) in ext2fs_nodealloccg() function