Searched refs:ffs_blkpref_ufs1 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/usr.sbin/makefs/ffs/ |
| HD | ffs_balloc.c | 186 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 224 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() 293 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1()
|
| HD | ffs_extern.h | 54 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
|
| HD | ffs_alloc.c | 152 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() function
|
| /freebsd-11-stable/sys/ufs/ffs/ |
| HD | ffs_balloc.c | 143 ffs_blkpref_ufs1(ip, lastlbn, (int)nb, in ffs_balloc_ufs1() 196 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1() 213 ffs_blkpref_ufs1(ip, lbn, (int)lbn, &dp->di_db[0]), in ffs_balloc_ufs1() 251 pref = ffs_blkpref_ufs1(ip, lbn, -indirs[0].in_off - 1, in ffs_balloc_ufs1() 311 pref = ffs_blkpref_ufs1(ip, lbn, i - num - 1, in ffs_balloc_ufs1() 389 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i].in_off, in ffs_balloc_ufs1()
|
| HD | ffs_extern.h | 65 ufs2_daddr_t ffs_blkpref_ufs1(struct inode *, ufs_lbn_t, int, ufs1_daddr_t *);
|
| HD | ffs_alloc.c | 623 pref = ffs_blkpref_ufs1(ip, start_lbn, soff, sbap); 1300 ffs_blkpref_ufs1(ip, lbn, indx, bap) in ffs_blkpref_ufs1() function
|