OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fix_on
(Results
1 - 4
of
4
) sorted by null
/external/f2fs-tools/fsck/
main.c
61
config.
fix_on
= 1;
240
if (config.
fix_on
== 0 && config.auto_fix == 0) {
247
config.
fix_on
= 1;
249
config.
fix_on
= 0;
253
if (config.
fix_on
)
fsck.c
392
if (config.
fix_on
) {
409
config.
fix_on
) {
477
} else if (config.
fix_on
) {
502
} else if (config.
fix_on
) {
526
if (config.
fix_on
) {
536
if (config.
fix_on
) {
571
} else if (config.
fix_on
) {
710
if (config.
fix_on
) {
720
if ((ftype <= F2FS_FT_UNKNOWN || ftype > F2FS_FT_LAST_FILE_TYPE) && config.
fix_on
) {
723
if (config.
fix_on
) {
[
all
...]
mount.c
281
config.
fix_on
= 1;
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
251
int
fix_on
;
member in struct:f2fs_configuration
Completed in 2173 milliseconds