Home
last modified time | relevance | path

Searched refs:remounting_rw (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Drecovery.c505 if (c->ro_mount && !c->remounting_rw) { in fix_unclean_leb()
991 ubifs_assert(c, !c->ro_mount || c->remounting_rw); in ubifs_recover_inl_heads()
H A Dcommit.c62 if (c->mounting || c->remounting_rw) in nothing_to_commit()
H A Dsuper.c1711 c->remounting_rw = 1; in ubifs_remount_rw()
1826 c->remounting_rw = 0; in ubifs_remount_rw()
1861 c->remounting_rw = 0; in ubifs_remount_rw()
H A Dio.c263 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
H A Dubifs.h1485 unsigned int remounting_rw:1; member
H A Dtnc.c470 c->remounting_rw) { in try_read_node()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Drecovery.c512 if (c->ro_mount && !c->remounting_rw) { in fix_unclean_leb()
967 ubifs_assert(!c->ro_mount || c->remounting_rw); in ubifs_recover_inl_heads()
H A Dsuper.c1785 c->remounting_rw = 1; in ubifs_remount_rw()
1893 c->remounting_rw = 0; in ubifs_remount_rw()
1929 c->remounting_rw = 0; in ubifs_remount_rw()
H A Dio.c277 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
H A Dubifs.h2053 unsigned int remounting_rw:1; member
H A Dtnc.c478 !c->remounting_rw) in try_read_node()