OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stashed_ino
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/misc/
e2image.c
313
static ino_t
stashed_ino
= 0;
variable
322
if ((ino !=
stashed_ino
) || !stashed_inode)
333
if ((ino !=
stashed_ino
) || !stashed_inode)
345
if ((ino !=
stashed_ino
) || !stashed_inode)
357
stashed_ino
= 0;
[
all
...]
/external/e2fsprogs/e2fsck/
pass1.c
753
ctx->
stashed_ino
= 0;
[
all
...]
e2fsck.h
286
ext2_ino_t
stashed_ino
;
member in struct:e2fsck_struct
journal.c
348
ctx->
stashed_ino
= j_inode->i_ino;
pass1b.c
312
pctx.ino = ctx->
stashed_ino
= ino;
Completed in 1047 milliseconds