Lines Matching refs:__le32_to_cpu
102 if (__le32_to_cpu(*journal_table) != 0xffffffff) in block_read()
105 j_len = __le32_to_cpu(*journal_table++); in block_read()
108 if (__le32_to_cpu(*journal_table++) == blockNr) in block_read()
126 j_len = __le32_to_cpu(desc.j_len); in block_read()
128 if (__le32_to_cpu(desc.j_realblock[i++]) == blockNr) in block_read()
138 if (__le32_to_cpu(commit.j_realblock[i++ - JOURNAL_TRANS_HALF]) == blockNr) in block_read()
180 desc_block = __le32_to_cpu(header.j_first_unflushed_offset); in journal_init()
185 next_trans_id = __le32_to_cpu(header.j_last_flush_trans_id) + 1; in journal_init()
189 __le32_to_cpu(header.j_last_flush_trans_id)); in journal_init()
196 || __le32_to_cpu(desc.j_trans_id) != next_trans_id in journal_init()
197 || __le32_to_cpu(desc.j_mount_id) != __le32_to_cpu(header.j_mount_id)) in journal_init()
201 commit_block = (desc_block + __le32_to_cpu(desc.j_len) + 1) & (block_count - 1); in journal_init()
203 if (__le32_to_cpu(desc.j_trans_id) != commit.j_trans_id in journal_init()
204 || __le32_to_cpu(desc.j_len) != __le32_to_cpu(commit.j_len)) in journal_init()
210 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
216 if ((journal_table + 1 + __le32_to_cpu(desc.j_len)) >= JOURNAL_END) in journal_init()
233 for (i = 0; i < __le32_to_cpu(desc.j_len) && i < JOURNAL_TRANS_HALF; i++) in journal_init()
239 __le32_to_cpu(desc.j_realblock[i]), desc_block); in journal_init()
242 for ( ; i < __le32_to_cpu(desc.j_len); i++) in journal_init()
248 __le32_to_cpu(commit.j_realblock[i-JOURNAL_TRANS_HALF]), in journal_init()
258 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
262 = next_trans_id - __le32_to_cpu(header.j_last_flush_trans_id) - 1; in journal_init()
436 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in next_key()
437 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in next_key()
438 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in next_key()
439 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in next_key()
500 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in next_key()
501 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in next_key()
502 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in next_key()
503 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in next_key()
543 if (__le32_to_cpu(key->k_dir_id) > dir_id in search_stat()
544 || (__le32_to_cpu(key->k_dir_id) == dir_id in search_stat()
545 && (__le32_to_cpu(key->k_objectid) > objectid in search_stat()
546 || (__le32_to_cpu(key->k_objectid) == objectid in search_stat()
547 && (__le32_to_cpu(key->u.v1.k_offset) in search_stat()
548 | __le32_to_cpu(key->u.v1.k_uniqueness)) > 0)))) in search_stat()
567 if (__le32_to_cpu(ih->ih_key.k_dir_id) == dir_id in search_stat()
568 && __le32_to_cpu(ih->ih_key.k_objectid) == objectid in search_stat()
569 && __le32_to_cpu(ih->ih_key.u.v1.k_offset) == 0 in search_stat()
570 && __le32_to_cpu(ih->ih_key.u.v1.k_uniqueness) == 0) in search_stat()
598 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != INFO->fileinfo.k_objectid in reiserfs_read()
607 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != INFO->fileinfo.k_objectid) { in reiserfs_read()
643 __u32 blocknr = __le32_to_cpu(((__u32 *) INFO->current_item) in reiserfs_read()
834 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in reiserfs_dir()
835 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in reiserfs_dir()
836 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in reiserfs_dir()
837 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in reiserfs_dir()
841 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != objectid) in reiserfs_dir()