Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1542 __le32 j_mount_id; /* mount id of this trans */ member
1548 #define get_desc_mount_id(d) le32_to_cpu((d)->j_mount_id)
1552 #define set_desc_mount_id(d,val) do { (d)->j_mount_id = cpu_to_le32 (val); } while (0)
1563 #define get_commit_mount_id(c) le32_to_cpu((c)->j_mount_id)
1575 __le32 j_mount_id; member