Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/fs/ubifs/
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()
Dsuper.c1787 c->remounting_rw = 1; in ubifs_remount_rw()
1895 c->remounting_rw = 0; in ubifs_remount_rw()
1931 c->remounting_rw = 0; in ubifs_remount_rw()
Dio.c277 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
Dubifs.h2052 unsigned int remounting_rw:1; member
Dtnc.c461 !c->remounting_rw) in try_read_node()