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
|