Lines Matching refs:__le32_to_cpu
103 if (__le32_to_cpu(*journal_table) != 0xffffffff) in block_read()
106 j_len = __le32_to_cpu(*journal_table++); in block_read()
109 if (__le32_to_cpu(*journal_table++) == blockNr) in block_read()
127 j_len = __le32_to_cpu(desc.j_len); in block_read()
129 if (__le32_to_cpu(desc.j_realblock[i++]) == blockNr) in block_read()
139 if (__le32_to_cpu(commit.j_realblock[i++ - JOURNAL_TRANS_HALF]) == blockNr) in block_read()
181 desc_block = __le32_to_cpu(header.j_first_unflushed_offset); in journal_init()
186 next_trans_id = __le32_to_cpu(header.j_last_flush_trans_id) + 1; in journal_init()
190 __le32_to_cpu(header.j_last_flush_trans_id)); in journal_init()
197 || __le32_to_cpu(desc.j_trans_id) != next_trans_id in journal_init()
198 || __le32_to_cpu(desc.j_mount_id) != __le32_to_cpu(header.j_mount_id)) in journal_init()
202 commit_block = (desc_block + __le32_to_cpu(desc.j_len) + 1) & (block_count - 1); in journal_init()
204 if (__le32_to_cpu(desc.j_trans_id) != commit.j_trans_id in journal_init()
205 || __le32_to_cpu(desc.j_len) != __le32_to_cpu(commit.j_len)) in journal_init()
211 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
217 if ((journal_table + 1 + __le32_to_cpu(desc.j_len)) >= JOURNAL_END) in journal_init()
234 for (i = 0; i < __le32_to_cpu(desc.j_len) && i < JOURNAL_TRANS_HALF; i++) in journal_init()
240 __le32_to_cpu(desc.j_realblock[i]), desc_block); in journal_init()
243 for ( ; i < __le32_to_cpu(desc.j_len); i++) in journal_init()
249 __le32_to_cpu(commit.j_realblock[i-JOURNAL_TRANS_HALF]), in journal_init()
259 __le32_to_cpu(desc.j_trans_id), __le32_to_cpu(desc.j_mount_id), desc_block); in journal_init()
263 = next_trans_id - __le32_to_cpu(header.j_last_flush_trans_id) - 1; in journal_init()
437 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in next_key()
438 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in next_key()
439 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in next_key()
440 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in next_key()
501 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in next_key()
502 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in next_key()
503 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in next_key()
504 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in next_key()
544 if (__le32_to_cpu(key->k_dir_id) > dir_id in search_stat()
545 || (__le32_to_cpu(key->k_dir_id) == dir_id in search_stat()
546 && (__le32_to_cpu(key->k_objectid) > objectid in search_stat()
547 || (__le32_to_cpu(key->k_objectid) == objectid in search_stat()
548 && (__le32_to_cpu(key->u.v1.k_offset) in search_stat()
549 | __le32_to_cpu(key->u.v1.k_uniqueness)) > 0)))) in search_stat()
568 if (__le32_to_cpu(ih->ih_key.k_dir_id) == dir_id in search_stat()
569 && __le32_to_cpu(ih->ih_key.k_objectid) == objectid in search_stat()
570 && __le32_to_cpu(ih->ih_key.u.v1.k_offset) == 0 in search_stat()
571 && __le32_to_cpu(ih->ih_key.u.v1.k_uniqueness) == 0) in search_stat()
599 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != INFO->fileinfo.k_objectid in reiserfs_read()
608 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != INFO->fileinfo.k_objectid) { in reiserfs_read()
644 __u32 blocknr = __le32_to_cpu(((__u32 *) INFO->current_item) in reiserfs_read()
835 __le32_to_cpu(INFO->current_ih->ih_key.k_dir_id), in reiserfs_dir()
836 __le32_to_cpu(INFO->current_ih->ih_key.k_objectid), in reiserfs_dir()
837 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_offset), in reiserfs_dir()
838 __le32_to_cpu(INFO->current_ih->ih_key.u.v1.k_uniqueness), in reiserfs_dir()
842 if (__le32_to_cpu(INFO->current_ih->ih_key.k_objectid) != objectid) in reiserfs_dir()