OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirs_to_hash
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/e2fsck/
e2fsck.c
119
if (ctx->
dirs_to_hash
) {
120
ext2fs_u32_list_free(ctx->
dirs_to_hash
);
121
ctx->
dirs_to_hash
= 0;
pass2.c
767
if (ctx->
dirs_to_hash
&&
768
ext2fs_u32_list_test(ctx->
dirs_to_hash
, ino))
1086
if (!ctx->
dirs_to_hash
)
1087
ext2fs_u32_list_create(&ctx->
dirs_to_hash
, 50);
1088
if (ctx->
dirs_to_hash
)
1089
ext2fs_u32_list_add(ctx->
dirs_to_hash
, ino);
[
all
...]
rehash.c
834
if (!ctx->
dirs_to_hash
&& !all_dirs)
847
retval = ext2fs_u32_list_iterate_begin(ctx->
dirs_to_hash
,
854
max = ext2fs_u32_list_count(ctx->
dirs_to_hash
);
891
if (ctx->
dirs_to_hash
)
892
ext2fs_u32_list_free(ctx->
dirs_to_hash
);
893
ctx->
dirs_to_hash
= 0;
e2fsck.h
286
ext2_u32_list
dirs_to_hash
;
member in struct:e2fsck_struct
pass1.c
572
if (ext2fs_u32_list_create(&ctx->
dirs_to_hash
, 50))
573
ctx->
dirs_to_hash
= 0;
[
all
...]
Completed in 602 milliseconds