Searched refs:ubifs_ro_mode (Results 1 – 9 of 9) sorted by relevance
/linux/fs/ubifs/ |
H A D | io.c | 66 * ubifs_ro_mode - switch UBIFS to read read-only mode. 70 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode() function 120 ubifs_ro_mode(c, err); in ubifs_leb_write() 140 ubifs_ro_mode(c, err); in ubifs_leb_change() 159 ubifs_ro_mode(c, err); in ubifs_leb_unmap() 178 ubifs_ro_mode(c, err); in ubifs_leb_map() 370 ubifs_ro_mode(c, -EINVAL); in next_sqnum() 705 ubifs_ro_mode(c, err); in ubifs_bg_wbufs_sync() 1262 ubifs_ro_mode(c, err); in ubifs_sync_wbufs_by_inode()
|
H A D | journal.c | 836 ubifs_ro_mode(c, err); in ubifs_jnl_update() 956 ubifs_ro_mode(c, err); in ubifs_jnl_write_data() 990 ubifs_ro_mode(c, err); in ubifs_jnl_write_inode() 1045 ubifs_ro_mode(c, err); in ubifs_jnl_write_inode() 1104 ubifs_ro_mode(c, err); in ubifs_jnl_write_inode() 1163 ubifs_ro_mode(c, err); in ubifs_jnl_delete_inode() 1328 ubifs_ro_mode(c, err); in ubifs_jnl_xrename() 1601 ubifs_ro_mode(c, err); in ubifs_jnl_rename() 1837 ubifs_ro_mode(c, err); in ubifs_jnl_truncate() 1961 ubifs_ro_mode( in ubifs_jnl_delete_xattr() [all...] |
H A D | commit.c | 232 ubifs_ro_mode(c, err); in do_commit() 320 ubifs_ro_mode(c, err); in ubifs_bg_thread()
|
H A D | gc.c | 768 ubifs_ro_mode(c, ret); in ubifs_garbage_collect() 858 ubifs_ro_mode(c, ret); in ubifs_garbage_collect()
|
H A D | orphan.c | 630 ubifs_ro_mode(c, err); in do_kill_orphans()
|
H A D | ubifs.h | 1723 void ubifs_ro_mode(struct ubifs_info *c, int err);
|
H A D | file.c | 918 ubifs_ro_mode(c, err); in do_writepage()
|
H A D | dir.c | 277 ubifs_ro_mode(c, err); in ubifs_lookup()
|
H A D | debug.c | 3017 ubifs_ro_mode(c, -EINVAL); in ubifs_assert_failed()
|