Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ext4/
Dsuper.c1758 #define MOPT_NOSUPPORT 0x0004 macro
1764 #define MOPT_Q MOPT_NOSUPPORT
1765 #define MOPT_QFMT MOPT_NOSUPPORT
1822 {Opt_acl, 0, MOPT_NOSUPPORT},
1823 {Opt_noacl, 0, MOPT_NOSUPPORT},
2104 if (m->flags & MOPT_NOSUPPORT) { in ext4_parse_param()