ffs_alloc.c | 110 static daddr_t ffs_alloccg(struct inode *, u_int, daddr_t, int, int, int); 258 bno = ffs_hashalloc(ip, cg, bpref, size, 0, flags, ffs_alloccg); 490 bno = ffs_hashalloc(ip, cg, bpref, request, nsize, 0, ffs_alloccg); 1051 ffs_alloccg(struct inode *ip, u_int cg, daddr_t bpref, int size, int realsize, function in typeref:typename:daddr_t
|