Searched refs:ffs_blkpref_ufs1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/usr.sbin/makefs/ffs/ |
| D | ffs_balloc.c | 185 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 223 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 263 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1() 294 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1()
|
| D | ffs_extern.h | 54 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
|
| D | ffs_alloc.c | 152 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() function
|
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_balloc.c | 142 ffs_blkpref_ufs1(ip, lastlbn, (int)nb, in ffs_balloc_ufs1() 194 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 211 ffs_blkpref_ufs1(ip, lbn, (int)lbn, &dp->di_db[0]), in ffs_balloc_ufs1() 249 pref = ffs_blkpref_ufs1(ip, lbn, -indirs[0].in_off - 1, in ffs_balloc_ufs1() 309 pref = ffs_blkpref_ufs1(ip, lbn, i - num - 1, in ffs_balloc_ufs1() 387 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i].in_off, in ffs_balloc_ufs1()
|
| D | ffs_extern.h | 65 ufs2_daddr_t ffs_blkpref_ufs1(struct inode *, ufs_lbn_t, int, ufs1_daddr_t *);
|
| D | ffs_alloc.c | 613 pref = ffs_blkpref_ufs1(ip, start_lbn, soff, sbap); 1287 ffs_blkpref_ufs1(ip, lbn, indx, bap) in ffs_blkpref_ufs1() function
|