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

  /src/usr.sbin/makefs/ffs/
ffs_alloc.c 72 static daddr_t ffs_alloccgblk(struct inode *, struct buf *, daddr_t);
322 bno = ffs_alloccgblk(ip, bp, bpref);
344 bno = ffs_alloccgblk(ip, bp, bpref);
384 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref) function in typeref:typename:daddr_t
  /src/sys/ufs/ffs/
ffs_alloc.c 111 static daddr_t ffs_alloccgblk(struct inode *, struct buf *, daddr_t, int, int);
1085 blkno = ffs_alloccgblk(ip, bp, bpref, realsize, flags);
1123 blkno = ffs_alloccgblk(ip, bp, bpref, realsize, flags);
1182 ffs_alloccgblk(struct inode *ip, struct buf *bp, daddr_t bpref, int realsize, function in typeref:typename:daddr_t

Completed in 71 milliseconds