Searched refs:unwindidx (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_balloc.c109 int unwindidx = -1; local
203 unwindidx = 0;
247 if (unwindidx < 0)
248 unwindidx = i - 1;
319 if (unwindidx >= 0) {
320 if (unwindidx == 0) {
325 r = bread(vp, indirs[unwindidx].in_lbn,
332 bap[indirs[unwindidx].in_off] = 0;
339 for (i = unwindidx + 1; i <= num; i++) {
/netbsd-current/sys/ufs/ffs/
H A Dffs_balloc.c124 int unwindidx = -1; local
302 unwindidx = 0;
361 if (unwindidx < 0)
362 unwindidx = i - 1;
412 if (allocib == NULL && unwindidx < 0) {
413 unwindidx = i - 1;
452 if (unwindidx >= 0) {
461 for (i = num; i >= unwindidx; i--) {
488 if (unwindidx == 0) {
494 r = bread(vp, indirs[unwindidx]
542 int unwindidx = -1; local
[all...]

Completed in 204 milliseconds