HomeSort by: relevance | last modified time | path
    Searched refs:ffs_blkpref_ufs1 (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_extern.h 53 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
ffs_balloc.c 190 ffs_blkpref_ufs1(ip, lbn, (int)lbn,
228 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0);
267 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0);
297 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]);
ffs_alloc.c 159 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) function in typeref:typename:daddr_t
  /src/sys/ufs/ffs/
ffs_balloc.c 154 ffs_blkpref_ufs1(ip, lastlbn, nb, flags,
231 ffs_blkpref_ufs1(ip, lbn, (int)lbn, flags,
250 ffs_blkpref_ufs1(ip, lbn, (int)lbn, flags,
285 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, NULL);
334 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i-1].in_off,
337 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY,
393 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, flags,
ffs_extern.h 95 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int, int32_t *);
ffs_alloc.c 771 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int flags, function in typeref:typename:daddr_t

Completed in 17 milliseconds