OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_total_count
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
e2fsck.c
146
ctx->
fs_total_count
= 0;
e2fsck.h
319
__u32
fs_total_count
;
member in struct:e2fsck_struct
unix.c
112
num_files = ctx->
fs_total_count
- dir_links;
167
ctx->
fs_total_count
- dir_links),
168
ctx->
fs_total_count
- dir_links);
[
all
...]
pass2.c
1033
ctx->
fs_total_count
++;
[
all
...]
Completed in 64 milliseconds