Searched refs:ffs_alloccg (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/usr.sbin/makefs/ffs/ |
| HD | ffs_alloc.c | 67 static makefs_daddr_t ffs_alloccg(struct inode *, int, makefs_daddr_t, int); 113 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg); in ffs_alloc() 298 ffs_alloccg(struct inode *ip, int cg, makefs_daddr_t bpref, int size) in ffs_alloccg() function
|
| /dragonfly/sys/vfs/ufs/ |
| HD | ffs_alloc.c | 63 static ufs_daddr_t ffs_alloccg (struct inode *, int, ufs_daddr_t, int); 143 ffs_alloccg); in ffs_alloc() 288 ffs_alloccg); in ffs_realloccg() 999 ffs_alloccg(struct inode *ip, int cg, ufs_daddr_t bpref, int size) in ffs_alloccg() function
|