Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Djournal.c835 jh->j_mount_id = cpu_to_le32(SB_JOURNAL(p_s_sb)->j_mount_id) ; in _update_journal_header_block()
1405 if (newest_mount_id && *newest_mount_id > le32_to_cpu(desc->j_mount_id)) { in journal_transaction_is_valid()
1408 "newest_mount_id %lu\n", desc->j_mount_id, in journal_transaction_is_valid()
1483 le32_to_cpu(desc->j_len), le32_to_cpu(desc->j_mount_id)) ; in journal_read_transaction()
1491 if (le32_to_cpu(desc->j_mount_id) != newest_mount_id) { in journal_read_transaction()
1494 "newest_mount_id %lu\n", le32_to_cpu(desc->j_mount_id), in journal_read_transaction()
1696 newest_mount_id = le32_to_cpu(jh->j_mount_id); in journal_read()
1735 newest_mount_id = le32_to_cpu(desc->j_mount_id) ; in journal_read()
1749 if (newest_mount_id < le32_to_cpu(desc->j_mount_id)) { in journal_read()
1750 newest_mount_id = le32_to_cpu(desc->j_mount_id) ; in journal_read()
[all …]
Dprocfs.c537 JF( j_mount_id ), in reiserfs_journal_in_proc()
Dprints.c556 bh->b_blocknr, desc->j_trans_id, desc->j_mount_id, desc->j_len); in print_desc_block()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h223 unsigned long j_mount_id ; member
Dreiserfs_fs.h1632 __u32 j_mount_id ; /* mount id of this trans*/ member
1652 __u32 j_mount_id ; member