Searched refs:MOPT_STRING (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ext4/ |
D | super.c | 1667 #define MOPT_STRING 0x0400 macro 1723 {Opt_journal_path, 0, MOPT_NO_EXT2 | MOPT_STRING}, 1751 {Opt_usrjquota, 0, MOPT_Q | MOPT_STRING}, 1752 {Opt_grpjquota, 0, MOPT_Q | MOPT_STRING}, 1829 if (args->from && !(m->flags & MOPT_STRING) && match_int(args, &arg)) in handle_mount_opt()
|