Searched refs:ffs_blkpref_ufs1 (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/makefs/ffs/ |
| D | ffs_balloc.c | 175 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 213 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 253 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 283 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1()
|
| D | ffs_extern.h | 51 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
|
| D | ffs_alloc.c | 143 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() function
|