HomeSort by: relevance | last modified time | path
    Searched defs:ffs_alloccg (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 71 static daddr_t ffs_alloccg(struct inode *, int, daddr_t, int);
121 bno = ffs_hashalloc(ip, cg, bpref, size, ffs_alloccg);
299 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) function in typeref:typename:daddr_t
  /src/sys/ufs/ffs/
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

Completed in 12 milliseconds