unwindidx 71 ufs/ext2fs/ext2fs_balloc.c int unwindidx = -1;
unwindidx 147 ufs/ext2fs/ext2fs_balloc.c unwindidx = 0;
unwindidx 191 ufs/ext2fs/ext2fs_balloc.c if (unwindidx < 0)
unwindidx 192 ufs/ext2fs/ext2fs_balloc.c unwindidx = i - 1;
unwindidx 258 ufs/ext2fs/ext2fs_balloc.c if (unwindidx >= 0) {
unwindidx 259 ufs/ext2fs/ext2fs_balloc.c if (unwindidx == 0) {
unwindidx 264 ufs/ext2fs/ext2fs_balloc.c r = bread(vp, indirs[unwindidx].in_lbn,
unwindidx 271 ufs/ext2fs/ext2fs_balloc.c bap[indirs[unwindidx].in_off] = 0;
unwindidx 278 ufs/ext2fs/ext2fs_balloc.c for (i = unwindidx + 1; i <= num; i++) {
unwindidx 86 ufs/ffs/ffs_balloc.c int unwindidx = -1;
unwindidx 320 ufs/ffs/ffs_balloc.c if (allocib == NULL && unwindidx < 0)
unwindidx 321 ufs/ffs/ffs_balloc.c unwindidx = i - 1;
unwindidx 388 ufs/ffs/ffs_balloc.c if (allocblk == allociblk && allocib == NULL && unwindidx == -1)
unwindidx 407 ufs/ffs/ffs_balloc.c } else if (unwindidx >= 0) {
unwindidx 410 ufs/ffs/ffs_balloc.c r = bread(vp, indirs[unwindidx].in_lbn,
unwindidx 415 ufs/ffs/ffs_balloc.c bap[indirs[unwindidx].in_off] = 0;
unwindidx 443 ufs/ffs/ffs_balloc.c int deallocated, osize, nsize, num, i, error, unwindidx, r;
unwindidx 453 ufs/ffs/ffs_balloc.c unwindidx = -1;
unwindidx 651 ufs/ffs/ffs_balloc.c unwindidx = 0;
unwindidx 713 ufs/ffs/ffs_balloc.c if (unwindidx < 0)
unwindidx 714 ufs/ffs/ffs_balloc.c unwindidx = i - 1;
unwindidx 758 ufs/ffs/ffs_balloc.c if (allocib == NULL && unwindidx < 0)
unwindidx 759 ufs/ffs/ffs_balloc.c unwindidx = i - 1;
unwindidx 798 ufs/ffs/ffs_balloc.c if (allocblk == allociblk && allocib == NULL && unwindidx == -1)
unwindidx 811 ufs/ffs/ffs_balloc.c if (unwindidx >= 0) {
unwindidx 818 ufs/ffs/ffs_balloc.c for (i = num; i >= unwindidx; i--) {
unwindidx 842 ufs/ffs/ffs_balloc.c if (DOINGSOFTDEP(vp) && unwindidx == 0) {
unwindidx 851 ufs/ffs/ffs_balloc.c if (unwindidx == 0) {
unwindidx 857 ufs/ffs/ffs_balloc.c r = bread(vp, indirs[unwindidx].in_lbn,
unwindidx 863 ufs/ffs/ffs_balloc.c bap[indirs[unwindidx].in_off] = 0;
unwindidx 867 ufs/ffs/ffs_balloc.c for (i = unwindidx + 1; i <= num; i++) {