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

/linux-master/fs/ubifs/
H A Dorphan.c385 orph->cmt_no = cpu_to_le64(c->cmt_no);
388 orph->cmt_no = cpu_to_le64((c->cmt_no) | (1ULL << 63));
622 * @last_cmt_no: cmt_no of last orphan node read is passed and returned here
637 unsigned long long cmt_no; local
658 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX;
667 if (cmt_no > c->cmt_no)
[all...]
H A Dubifs-media.h689 * @cmt_no: commit number
725 __le64 cmt_no; member in struct:ubifs_mst_node
836 * @cmt_no: commit number
840 __le64 cmt_no; member in struct:ubifs_cs_node
846 * @cmt_no: commit number (also top bit is set on the last node of the commit)
851 __le64 cmt_no; member in struct:ubifs_orph_node
H A Dmaster.c181 if (c->cmt_no >= c->max_sqnum) {
354 c->cmt_no = le64_to_cpu(c->mst_node->cmt_no);
H A Dcommit.c135 c->cmt_no += 1;
172 c->mst_node->cmt_no = cpu_to_le64(c->cmt_no);
H A Drecovery.c824 if (le64_to_cpu(cs_node->cmt_no) != c->cmt_no) {
825 ubifs_err(c, "CS node cmt_no %llu != current cmt_no %llu",
826 (unsigned long long)le64_to_cpu(cs_node->cmt_no),
827 c->cmt_no);
H A Dreplay.c1025 if (le64_to_cpu(node->cmt_no) != c->cmt_no) {
1028 (unsigned long long)le64_to_cpu(node->cmt_no),
1029 c->cmt_no);
H A Dlog.c374 cs->cmt_no = cpu_to_le64(c->cmt_no);
H A Djournal.c759 ui->del_cmtno = c->cmt_no;
1139 if (ui->xattr_cnt || ui->del_cmtno != c->cmt_no)
1148 if (ui->del_cmtno != c->cmt_no) {
1492 new_ui->del_cmtno = c->cmt_no;
H A Ddebug.c394 (unsigned long long)le64_to_cpu(mst->cmt_no));
561 le64_to_cpu(orph->cmt_no) & LLONG_MAX);
563 (unsigned long long)(le64_to_cpu(orph->cmt_no)) >> 63);
H A Dsb.c230 mst->cmt_no = 0;
H A Dubifs.h1024 * @cmt_no: commit number of the last successfully completed commit, protected
1288 unsigned long long cmt_no; member in struct:ubifs_info
H A Dsuper.c1621 dbg_gen("commit number: %llu", c->cmt_no);

Completed in 187 milliseconds