Searched refs:ffs_alloccgblk (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 63 static daddr_t ffs_alloccgblk(struct inode *, struct m_buf *, daddr_t); 312 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 334 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 374 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, daddr_t bpref) in ffs_alloccgblk() function
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 108 ffs_alloccgblk(struct inode *, struct buf *, ufs2_daddr_t, int); 1818 blkno = ffs_alloccgblk(ip, bp, bpref, rsize); in ffs_alloccg() 1842 blkno = ffs_alloccgblk(ip, bp, bpref, rsize); in ffs_alloccg() 1889 ffs_alloccgblk(struct inode *ip, in ffs_alloccgblk() function 2074 if (ffs_alloccgblk(ip, bp, bno + i, fs->fs_bsize) != bno + i) in ffs_clusteralloc()
|