Lines Matching refs:__u32
35 __u32 s_block_count; /* blocks count */
36 __u32 s_free_blocks; /* free blocks count */
37 __u32 s_root_block; /* root block number */
38 __u32 s_journal_block; /* journal block number */
39 __u32 s_journal_dev; /* journal device number */
40 …__u32 s_journal_size; /* size of the journal on FS creation. used to make sure they don't overfl…
41 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
42 __u32 s_journal_magic; /* random value made on fs creation */
43 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
44 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */
45 __u32 s_journal_max_trans_age; /* in seconds, how old can a transaction be */
80 __u32 j_trans_id; /* id of commit */
81 __u32 j_len; /* length of commit. len +1 is the commit block */
82 __u32 j_mount_id; /* mount id of this trans*/
83 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
89 __u32 j_trans_id; /* must match j_trans_id from the desc block */
90 __u32 j_len; /* ditto */
91 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
103 __u32 j_last_flush_trans_id;
105 __u32 j_first_unflushed_offset;
107 __u32 j_mount_id;
130 __u32 k_offset;
131 __u32 k_uniqueness;
192 __u32 k_dir_id;
194 __u32 k_objectid;
267 __u32 dc_block_number; /* Disk child's block number. */
286 __u32 sd_size; /* file size */
287 __u32 sd_atime; /* time of last access */
288 __u32 sd_mtime; /* time file was last modified */
289 …__u32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and sd_mtim…
291 __u32 sd_rdev;
292 __u32 sd_blocks; /* number of blocks file uses */
294 __u32 sd_first_direct_byte; /* first byte of file which is stored
318 __u32 sd_nlink; /* number of hard links */
320 __u32 sd_uid; /* owner */
321 __u32 sd_gid; /* group */
322 __u32 sd_atime; /* time of last access */
323 __u32 sd_mtime; /* time file was last modified */
324 …__u32 sd_ctime; /* time inode (stat data) was last changed (except changes to sd_atime and sd_mtim…
325 __u32 sd_blocks;
327 __u32 sd_rdev;
328 __u32 sd_generation;
355 __u32 deh_offset; /* third component of the directory entry key */
356 __u32 deh_dir_id; /* objectid of the parent directory of the
358 __u32 deh_objectid;/* objectid of the object, that is referenced by
414 __u32 k_dir_id;
415 __u32 k_objectid;
428 __u32 journal_block;
430 __u32 journal_block_count;
433 __u32 journal_first_desc;
478 #define JOURNAL_START ((__u32 *) (INFO + 1))
479 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))