OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lost_and_found
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
pass3.c
300
ctx->
lost_and_found
);
301
parent = ctx->
lost_and_found
;
351
* This routine gets the
lost_and_found
inode, making it a directory
365
if (ctx->
lost_and_found
)
366
return ctx->
lost_and_found
;
376
ctx->
lost_and_found
= ino;
490
ctx->
lost_and_found
= ino;
512
if (!ctx->bad_lost_and_found && !ctx->
lost_and_found
) {
524
retval = ext2fs_link(fs, ctx->
lost_and_found
, name, ino, file_type);
528
retval = e2fsck_expand_directory(ctx, ctx->
lost_and_found
,
[
all
...]
e2fsck.c
59
ctx->
lost_and_found
= 0;
e2fsck.h
272
ext2_ino_t
lost_and_found
;
member in struct:e2fsck_struct
rehash.c
866
if (ino == ctx->
lost_and_found
)
Completed in 7504 milliseconds