Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsuper.c1309 MOUNT_ERRORS_READONLY; in parse_options()
2133 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_show_options()
Dnode.c1613 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in __write_node_page()
Ddata.c2872 if (F2FS_OPTION(sbi).errors == MOUNT_ERRORS_READONLY) in f2fs_write_single_data_page()
Df2fs.h1381 MOUNT_ERRORS_READONLY, /* remount fs ro on errors */ enumerator