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

/freebsd-current/sys/ufs/ffs/
H A Dffs_balloc.c106 int unwindidx = -1; local
371 if (allocib == NULL && unwindidx < 0)
372 unwindidx = i - 1;
492 if (allocblk == allociblk && allocib == NULL && unwindidx == -1)
530 } else if (unwindidx >= 0) {
533 r = bread(vp, indirs[unwindidx].in_lbn,
540 bap[indirs[unwindidx].in_off] = 0;
609 int unwindidx = -1; local
993 if (allocib == NULL && unwindidx < 0)
994 unwindidx
[all...]

Completed in 106 milliseconds