Searched refs:ffs_alloccgblk (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/usr.sbin/makefs/ffs/ |
| HD | ffs_alloc.c | 68 static makefs_daddr_t ffs_alloccgblk(struct inode *, struct m_buf *, makefs_daddr_t); 322 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 344 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 384 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, makefs_daddr_t bpref) in ffs_alloccgblk() function
|
| /dragonfly/sys/vfs/ufs/ |
| HD | ffs_alloc.c | 65 ffs_alloccgblk (struct inode *, struct buf *, ufs_daddr_t); 1026 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 1050 bno = ffs_alloccgblk(ip, bp, bpref); in ffs_alloccg() 1115 ffs_alloccgblk(struct inode *ip, struct buf *bp, ufs_daddr_t bpref) in ffs_alloccgblk() function 1324 if ((got = ffs_alloccgblk(ip, bp, bno + i)) != bno + i) in ffs_clusteralloc()
|