Searched refs:EXT4_ERRORS_RO (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ext4/ | ||
H A D | ext4.h | 1277 #define EXT4_ERRORS_RO 2 /* Remount fs read-only */ macro |
H A D | super.c | 3007 if (test_opt(sb, ERRORS_RO) && def_errors != EXT4_ERRORS_RO) in _ext4_show_options() |