Home
last modified time | relevance | path

Searched refs:j_mount_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/reiserfs/
Djournal.c1268 jh->j_mount_id = cpu_to_le32(journal->j_mount_id); in _update_journal_header_block()
2416 newest_mount_id = le32_to_cpu(jh->j_mount_id); in journal_read()
2546 journal->j_mount_id = le32_to_cpu(jh->j_mount_id) + 1; in journal_read()
2548 journal->j_mount_id = newest_mount_id + 1; in journal_read()
2551 "newest_mount_id to %lu", journal->j_mount_id); in journal_read()
2856 journal->j_mount_id = 10; in journal_init()
4170 set_desc_mount_id(desc, journal->j_mount_id); in do_journal_end()
Dreiserfs.h311 unsigned long j_mount_id; member
2714 __le32 j_mount_id; /* mount id of this trans */ member
2720 #define get_desc_mount_id(d) le32_to_cpu((d)->j_mount_id)
2724 #define set_desc_mount_id(d,val) do { (d)->j_mount_id = cpu_to_le32 (val); } while (0)
2735 #define get_commit_mount_id(c) le32_to_cpu((c)->j_mount_id)
2753 __le32 j_mount_id; member
Dprocfs.c362 JF(j_mount_id), in show_journal()