Home
last modified time | relevance | path

Searched refs:MOPT_STRING (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/ext4/
Dsuper.c1926 #define MOPT_STRING 0x0400 macro
1989 {Opt_journal_path, 0, MOPT_NO_EXT2 | MOPT_STRING},
2017 {Opt_usrjquota, 0, MOPT_Q | MOPT_STRING},
2018 {Opt_grpjquota, 0, MOPT_Q | MOPT_STRING},
2025 {Opt_test_dummy_encryption, 0, MOPT_STRING},
2182 if (args->from && !(m->flags & MOPT_STRING) && match_int(args, &arg)) in handle_mount_opt()