Lines Matching refs:__u32

37 typedef unsigned int __u32;
46 #define __cpu_to_le32(x) ((__u32) (x))
47 #define __le32_to_cpu(x) ((__u32) (x))
55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
57 __u32 s_root_block; /* root block number */
58 __u32 s_journal_block; /* journal block number */
59 __u32 s_journal_dev; /* journal device number */
60 __u32 s_journal_size; /* size of the journal on FS creation. used to make sure they don't overflow it */
61 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
62 __u32 s_journal_magic; /* random value made on fs creation */
63 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */
65 __u32 s_journal_max_trans_age; /* in seconds, how old can a transaction be */
89 __u32 j_trans_id; /* id of commit */
90 __u32 j_len; /* length of commit. len +1 is the commit block */
91 __u32 j_mount_id; /* mount id of this trans*/
92 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the first blocks */
98 __u32 j_trans_id; /* must match j_trans_id from the desc block */
99 __u32 j_len; /* ditto */
100 __u32 j_realblock[JOURNAL_TRANS_HALF]; /* real locations for the last blocks */
112 __u32 j_last_flush_trans_id;
114 __u32 j_first_unflushed_offset;
116 __u32 j_mount_id;
139 __u32 k_offset;
140 __u32 k_uniqueness;
164 __u32 k_dir_id;
166 __u32 k_objectid;
242 __u32 sd_size; /* file size */
243 __u32 sd_size_hi; /* file size high 32 bits (since version 2) */
248 __u32 deh_offset; /* third component of the directory entry key */
249 __u32 deh_dir_id; /* objectid of the parent directory of the
251 __u32 deh_objectid;/* objectid of the object, that is referenced by
301 __u32 k_dir_id;
302 __u32 k_objectid;
315 __u32 journal_block;
317 __u32 journal_block_count;
320 __u32 journal_first_desc;
365 #define JOURNAL_START ((__u32 *) (INFO + 1))
366 #define JOURNAL_END ((__u32 *) (FSYS_BUF + FSYS_BUFLEN))
403 __u32 *journal_table = JOURNAL_START;
483 __u32 *journal_table = JOURNAL_START;
821 search_stat (__u32 dir_id, __u32 objectid)
953 __u32 blocknr = ((__u32 *) INFO->current_item)
999 __u32 dir_id, objectid, parent_dir_id = 0, parent_objectid = 0;