Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs.c198 || __le32_to_cpu(desc.j_mount_id) != __le32_to_cpu(header.j_mount_id)) in journal_init()
211 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
259 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
H A Dreiserfs_private.h82 __u32 j_mount_id; /* mount id of this trans*/ member
107 __u32 j_mount_id; member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Djournal.c1264 jh->j_mount_id = cpu_to_le32(journal->j_mount_id); in _update_journal_header_block()
2408 newest_mount_id = le32_to_cpu(jh->j_mount_id); in journal_read()
2538 journal->j_mount_id = le32_to_cpu(jh->j_mount_id) + 1; in journal_read()
2540 journal->j_mount_id = newest_mount_id + 1; in journal_read()
2543 "newest_mount_id to %lu", journal->j_mount_id); in journal_read()
2860 journal->j_mount_id = 10; in journal_init()
4172 set_desc_mount_id(desc, journal->j_mount_id); in do_journal_end()
H A Dreiserfs.h312 unsigned long j_mount_id; member
2716 __le32 j_mount_id; /* mount id of this trans */ member
2722 #define get_desc_mount_id(d) le32_to_cpu((d)->j_mount_id)
2726 #define set_desc_mount_id(d,val) do { (d)->j_mount_id = cpu_to_le32 (val); } while (0)
2737 #define get_commit_mount_id(c) le32_to_cpu((c)->j_mount_id)
2755 __le32 j_mount_id; member
H A Dprocfs.c368 JF(j_mount_id), in show_journal()