Home
last modified time | relevance | path

Searched refs:ffs_blkpref_ufs1 (Results 1 – 6 of 6) sorted by relevance

/minix3/usr.sbin/makefs/ffs/
H A Dffs_extern.h53 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int32_t *);
H A Dffs_balloc.c191 ffs_blkpref_ufs1(ip, lbn, (int)lbn, in ffs_balloc_ufs1()
229 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1()
269 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0); in ffs_balloc_ufs1()
299 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]); in ffs_balloc_ufs1()
H A Dffs_alloc.c159 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int32_t *bap) in ffs_blkpref_ufs1() function
/minix3/sys/ufs/ffs/
H A Dffs_balloc.c142 ffs_blkpref_ufs1(ip, lastlbn, nb, flags, in ffs_balloc_ufs1()
217 ffs_blkpref_ufs1(ip, lbn, (int)lbn, flags, in ffs_balloc_ufs1()
236 ffs_blkpref_ufs1(ip, lbn, (int)lbn, flags, in ffs_balloc_ufs1()
271 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, NULL); in ffs_balloc_ufs1()
320 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i-1].in_off, in ffs_balloc_ufs1()
323 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, in ffs_balloc_ufs1()
379 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, flags, in ffs_balloc_ufs1()
H A Dffs_extern.h96 daddr_t ffs_blkpref_ufs1(struct inode *, daddr_t, int, int, int32_t *);
H A Dffs_alloc.c759 ffs_blkpref_ufs1(struct inode *ip, daddr_t lbn, int indx, int flags, in ffs_blkpref_ufs1() function