Home | History | Annotate | Download | only in ffs

Lines Matching refs:pref

119 	daddr_t newb, pref, nb;
271 pref = 0;
285 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY, NULL);
286 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
334 pref = ffs_blkpref_ufs1(ip, lbn, indirs[i-1].in_off,
336 if (pref == 0)
337 pref = ffs_blkpref_ufs1(ip, lbn, 0, flags | B_METAONLY,
339 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
393 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, flags,
395 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred,
537 daddr_t newb, pref, nb;
789 pref = 0;
803 pref = ffs_blkpref_ufs2(ip, lbn, 0, flags | B_METAONLY, NULL);
804 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
852 pref = ffs_blkpref_ufs2(ip, lbn, indirs[i-1].in_off,
854 if (pref == 0)
855 pref = ffs_blkpref_ufs2(ip, lbn, 0, flags | B_METAONLY,
857 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize,
911 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, flags,
913 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, flags, cred,