Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Drecovery.c505 if (c->ro_mount && !c->remounting_rw) { in fix_unclean_leb()
958 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 Dio.c234 * checked. Similarly, if @c->mounting or @c->remounting_rw is true (we are
284 !c->remounting_rw && c->no_chk_data_crc) in ubifs_check_node()
H A Dubifs.h1246 * @remounting_rw: %1 while re-mounting from R/O mode to R/W mode
1498 unsigned int remounting_rw:1; member
H A Dtnc.c472 * @c->mounting or @c->remounting_rw is true (we are mounting or re-mounting to
508 c->remounting_rw) { in try_read_node()