Home | History | Annotate | Download | only in ffs

Lines Matching defs:pref

93 	daddr_t newb, pref;
210 pref = 0;
228 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0);
229 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
266 if (pref == 0)
267 pref = ffs_blkpref_ufs1(ip, lbn, 0, (int32_t *)0);
268 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
297 pref = ffs_blkpref_ufs1(ip, lbn, indirs[num].in_off, &bap[0]);
298 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
339 daddr_t newb, pref, nb;
456 pref = 0;
474 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
475 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
512 if (pref == 0)
513 pref = ffs_blkpref_ufs2(ip, lbn, 0, (int64_t *)0);
514 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);
543 pref = ffs_blkpref_ufs2(ip, lbn, indirs[num].in_off, &bap[0]);
544 error = ffs_alloc(ip, lbn, pref, (int)fs->fs_bsize, &newb);