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

/freebsd-10.3-release/sys/ufs/ffs/
H A Dffs_balloc.c106 int unwindidx = -1; local
348 if (allocib == NULL && unwindidx < 0)
349 unwindidx = i - 1;
459 if (allocblk == allociblk && allocib == NULL && unwindidx == -1)
491 } else if (unwindidx >= 0) {
494 r = bread(vp, indirs[unwindidx].in_lbn,
501 bap[indirs[unwindidx].in_off] = 0;
555 int unwindidx = -1; local
913 if (allocib == NULL && unwindidx < 0)
914 unwindidx
[all...]

Completed in 26 milliseconds