OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwindidx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_balloc.c
109
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++) {
/src/sys/ufs/ffs/
ffs_balloc.c
124
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
].in_lbn
542
int
unwindidx
= -1;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026