Searched refs:ffs1_blkpref (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 106 ffs1_blkpref(ip, nb, (int)nb, &ip->i_ffs1_db[0]), in ffs1_balloc() 173 ffs1_blkpref(ip, lbn, (int)lbn, in ffs1_balloc() 190 ffs1_blkpref(ip, lbn, (int)lbn, &ip->i_ffs1_db[0]), in ffs1_balloc() 227 pref = ffs1_blkpref(ip, lbn, -indirs[0].in_off - 1, NULL); in ffs1_balloc() 269 pref = ffs1_blkpref(ip, lbn, i - num - 1, NULL); in ffs1_balloc() 307 pref = ffs1_blkpref(ip, lbn, indirs[i].in_off, &bap[0]); in ffs1_balloc()
|
H A D | ffs_extern.h | 110 int32_t ffs1_blkpref(struct inode *, daddr_t, int, int32_t *);
|
H A D | ffs_alloc.c | 594 ffs1_blkpref(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs1_blkpref() function
|