HomeSort by: relevance | last modified time | path
    Searched defs:unwindidx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_balloc.c 109 int unwindidx = -1; local in function:ext2fs_balloc
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++) {
  /src/sys/ufs/ffs/
ffs_balloc.c 124 int unwindidx = -1; local in function:ffs_balloc_ufs1
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].in_lbn
542 int unwindidx = -1; local in function:ffs_balloc_ufs2
    [all...]

Completed in 22 milliseconds