Searched refs:ubifs_ro_mode (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | io.c | 82 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode() function 132 ubifs_ro_mode(c, err); in ubifs_leb_write() 152 ubifs_ro_mode(c, err); in ubifs_leb_change() 171 ubifs_ro_mode(c, err); in ubifs_leb_unmap() 190 ubifs_ro_mode(c, err); in ubifs_leb_map() 360 ubifs_ro_mode(c, -EINVAL); in next_sqnum() 647 ubifs_ro_mode(c, err); in ubifs_bg_wbufs_sync() 1148 ubifs_ro_mode(c, err); in ubifs_sync_wbufs_by_inode()
|
D | journal.c | 687 ubifs_ro_mode(c, err); in ubifs_jnl_update() 787 ubifs_ro_mode(c, err); in ubifs_jnl_write_data() 866 ubifs_ro_mode(c, err); in ubifs_jnl_write_inode() 925 ubifs_ro_mode(c, err); in ubifs_jnl_delete_inode() 1067 ubifs_ro_mode(c, err); in ubifs_jnl_xrename() 1265 ubifs_ro_mode(c, err); in ubifs_jnl_rename() 1474 ubifs_ro_mode(c, err); in ubifs_jnl_truncate() 1587 ubifs_ro_mode(c, err); in ubifs_jnl_delete_xattr() 1666 ubifs_ro_mode(c, err); in ubifs_jnl_change_xattr()
|
D | commit.c | 233 ubifs_ro_mode(c, err); in do_commit() 321 ubifs_ro_mode(c, err); in ubifs_bg_thread()
|
D | super.c | 1769 ubifs_ro_mode(c, err); in ubifs_remount_ro() 1777 ubifs_ro_mode(c, err); in ubifs_remount_ro() 1789 ubifs_ro_mode(c, err); in ubifs_remount_ro() 1839 ubifs_ro_mode(c, err); in ubifs_put_super()
|
D | gc.c | 818 ubifs_ro_mode(c, ret); in ubifs_garbage_collect()
|
D | ubifs.h | 1475 void ubifs_ro_mode(struct ubifs_info *c, int err);
|
D | file.c | 950 ubifs_ro_mode(c, err); in do_writepage()
|
D | dir.c | 274 ubifs_ro_mode(c, err); in ubifs_lookup()
|
D | debug.c | 3095 ubifs_ro_mode(c, -EINVAL); in ubifs_assert_failed()
|