Searched refs:j_mount_id (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c1277 jh->j_mount_id = cpu_to_le32(journal->j_mount_id);
2368 newest_mount_id = le32_to_cpu(jh->j_mount_id);
2497 journal->j_mount_id = le32_to_cpu(jh->j_mount_id) + 1;
2499 journal->j_mount_id = newest_mount_id + 1;
2502 "newest_mount_id to %lu", journal->j_mount_id);
2804 journal->j_mount_id = 10;
4061 set_desc_mount_id(desc, journal->j_mount_id);
H A Dprocfs.c327 "j_mount_id: \t%lu\n"
368 JF(j_mount_id),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h186 unsigned long j_mount_id; member in struct:reiserfs_journal
H A Dreiserfs_fs.h1538 __le32 j_mount_id; /* mount id of this trans */ member in struct:reiserfs_journal_desc
1544 #define get_desc_mount_id(d) le32_to_cpu((d)->j_mount_id)
1548 #define set_desc_mount_id(d,val) do { (d)->j_mount_id = cpu_to_le32 (val); } while (0)
1559 #define get_commit_mount_id(c) le32_to_cpu((c)->j_mount_id)
1571 __le32 j_mount_id; member in struct:reiserfs_journal_header

Completed in 95 milliseconds