Searched refs:ubifs_ro_mode (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | io.c | 75 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode() function 127 ubifs_ro_mode(c, err); in ubifs_leb_write() 149 ubifs_ro_mode(c, err); in ubifs_leb_change() 170 ubifs_ro_mode(c, err); in ubifs_leb_unmap() 191 ubifs_ro_mode(c, err); in ubifs_leb_map() 361 ubifs_ro_mode(c, -EINVAL); in next_sqnum() 646 ubifs_ro_mode(c, err); in ubifs_bg_wbufs_sync() 1154 ubifs_ro_mode(c, err); in ubifs_sync_wbufs_by_inode()
|
D | gc.c | 812 ubifs_ro_mode(c, ret); in ubifs_garbage_collect()
|
D | super.c | 1966 ubifs_ro_mode(c, err); in ubifs_remount_ro() 1978 ubifs_ro_mode(c, err); in ubifs_remount_ro()
|
D | ubifs.h | 2084 void ubifs_ro_mode(struct ubifs_info *c, int err);
|