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;
220
if (config.
fix_on
== 0 && config.auto_fix == 0) {
227
config.
fix_on
= 1;
229
config.
fix_on
= 0;
233
if (config.
fix_on
)
fsck.c
370
if (config.
fix_on
) {
387
config.
fix_on
) {
442
} else if (config.
fix_on
) {
467
} else if (config.
fix_on
) {
491
if (config.
fix_on
) {
501
if (config.
fix_on
) {
646
if (config.
fix_on
) {
656
if ((ftype <= F2FS_FT_UNKNOWN || ftype > F2FS_FT_LAST_FILE_TYPE) && config.
fix_on
) {
659
if (config.
fix_on
) {
706
if (ret && config.
fix_on
) {
[
all
...]
mount.c
[
all
...]
/external/f2fs-tools/include/
f2fs_fs.h
245
int
fix_on
;
member in struct:f2fs_configuration
Completed in 64 milliseconds