Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsuper.c1279 MOUNT_ERRORS_READONLY; in parse_options()
2101 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_show_options()
H A Dnode.c1636 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in __write_node_page()
H A Ddata.c2777 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_write_single_data_page()
H A Df2fs.h1391 MOUNT_ERRORS_READONLY, /* remount fs ro on errors */ enumerator