Searched refs:ro_mount (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/ubifs/
H A Dsuper.c1263 c->ro_mount = !!sb_rdonly(c->vfs_sb);
1283 if (c->empty && (c->ro_mount || c->ro_media)) {
1294 if (c->ro_media && !c->ro_mount) {
1315 if (!c->ro_mount) {
1324 if (!c->ro_mount) {
1380 if (!c->ro_mount) {
1403 if (c->need_recovery && !c->ro_mount) {
1409 err = ubifs_lpt_init(c, 1, !c->ro_mount);
1413 if (!c->ro_mount && c->space_fixup) {
1419 if (!c->ro_mount
[all...]
H A Dio.c110 ubifs_assert(c, !c->ro_media && !c->ro_mount);
130 ubifs_assert(c, !c->ro_media && !c->ro_mount);
150 ubifs_assert(c, !c->ro_media && !c->ro_mount);
169 ubifs_assert(c, !c->ro_media && !c->ro_mount);
575 ubifs_assert(c, !c->ro_media && !c->ro_mount);
672 ubifs_assert(c, !c->ro_media && !c->ro_mount);
756 ubifs_assert(c, !c->ro_media && !c->ro_mount);
967 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dshrinker.c240 c->ro_mount || c->ro_error) {
H A Drecovery.c302 if (c->ro_mount) {
505 if (c->ro_mount && !c->remounting_rw) {
958 ubifs_assert(c, !c->ro_mount || c->remounting_rw);
1464 if (c->ro_mount)
1502 if (c->ro_mount)
1563 ubifs_assert(c, !(c->ro_mount && in_place));
H A Dsb.c661 ubifs_assert(c, !c->ro_media || c->ro_mount);
662 if (!c->ro_mount ||
912 ubifs_assert(c, !c->ro_mount);
941 if (c->ro_mount || c->ro_media)
H A Dlog.c136 ubifs_assert(c, c->replaying && c->ro_mount);
180 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dfile.c428 ubifs_assert(c, !c->ro_media && !c->ro_mount);
1332 if (c->ro_mount)
1523 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dmaster.c438 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dcommit.c115 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dgc.c677 ubifs_assert(c, !c->ro_media && !c->ro_mount);
H A Dubifs.h1133 * @ro_mount: the file-system was mounted as read-only
1390 unsigned int ro_mount:1; member in struct:ubifs_info
H A Djournal.c108 ubifs_assert(c, !c->ro_media && !c->ro_mount);

Completed in 392 milliseconds