Searched refs:ffs_hashalloc (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 73 static daddr_t ffs_hashalloc(struct inode *, uint32_t, daddr_t, int, 121 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg); in ffs_alloc() 250 ffs_hashalloc(struct inode *ip, uint32_t cg, daddr_t pref, int size, in ffs_hashalloc() function
|
/netbsd-src/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 115 static daddr_t ffs_hashalloc(struct inode *, u_int, daddr_t, int, int, int, 258 bno = ffs_hashalloc(ip, cg, bpref, size, 0, flags, ffs_alloccg); in ffs_alloc() 490 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, 0, ffs_alloccg); in ffs_realloccg() 610 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg); in ffs_valloc() 913 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, in ffs_hashalloc() function
|