Searched refs:ffs_hashalloc (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/usr.sbin/makefs/ffs/ |
| HD | ffs_alloc.c | 69 static makefs_daddr_t ffs_hashalloc(struct inode *, u_int, makefs_daddr_t, int, 113 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg); in ffs_alloc() 249 ffs_hashalloc(struct inode *ip, u_int cg, makefs_daddr_t pref, int size, in ffs_hashalloc() function
|
| /dragonfly/sys/vfs/ufs/ |
| HD | ffs_alloc.c | 78 static u_long ffs_hashalloc 142 bno = (ufs_daddr_t)ffs_hashalloc(ip, cg, (long)bpref, size, in ffs_alloc() 287 bno = (ufs_daddr_t)ffs_hashalloc(ip, cg, (long)bpref, request, in ffs_realloccg() 454 if ((newblk = (ufs_daddr_t)ffs_hashalloc(ip, dtog(fs, pref), (long)pref, in ffs_reallocblks() 617 ino = (ino_t)ffs_hashalloc(pip, cg, (long)ipref, mode, in ffs_valloc() 865 ffs_hashalloc(struct inode *ip, int cg, long pref, in ffs_hashalloc() function
|