Searched refs:ffs_blkpref (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/sys/vfs/ufs/ |
| HD | ffs_balloc.c | 130 ffs_blkpref(ip, nb, (int)nb, &ip->i_db[0]), in ffs_balloc() 183 ffs_blkpref(ip, lbn, (int)lbn, in ffs_balloc() 198 ffs_blkpref(ip, lbn, (int)lbn, &ip->i_db[0]), in ffs_balloc() 251 pref = ffs_blkpref(ip, lbn, 0, NULL); in ffs_balloc() 306 pref = ffs_blkpref(ip, lbn, 0, NULL); in ffs_balloc() 362 pref = ffs_blkpref(ip, lbn, indirs[i].in_off, &bap[0]); in ffs_balloc()
|
| HD | ffs_extern.h | 75 ufs_daddr_t ffs_blkpref(struct inode *, ufs_daddr_t, int, ufs_daddr_t *);
|
| HD | ffs_alloc.c | 422 pref = ffs_blkpref(ip, start_lbn, soff, sbap); in ffs_reallocblks() 797 ffs_blkpref(struct inode *ip, ufs_daddr_t lbn, int indx, ufs_daddr_t *bap) in ffs_blkpref() function
|