Lines Matching refs:be64_to_cpu
78 super->s_gec = be64_to_cpu(dynsb->ds_gec); in read_dynsb()
79 super->s_sweeper = be64_to_cpu(dynsb->ds_sweeper); in read_dynsb()
80 super->s_victim_ino = be64_to_cpu(dynsb->ds_victim_ino); in read_dynsb()
81 super->s_rename_dir = be64_to_cpu(dynsb->ds_rename_dir); in read_dynsb()
82 super->s_rename_pos = be64_to_cpu(dynsb->ds_rename_pos); in read_dynsb()
83 super->s_used_bytes = be64_to_cpu(dynsb->ds_used_bytes); in read_dynsb()
95 super->s_last_ino = be64_to_cpu(da->da_last_ino); in read_anchor()
98 i_size_write(inode, be64_to_cpu(da->da_size)); in read_anchor()
99 li->li_used_bytes = be64_to_cpu(da->da_used_bytes); in read_anchor()
102 li->li_data[i] = be64_to_cpu(da->da_data[i]); in read_anchor()
303 err = read_je(sb, be64_to_cpu(super->s_je_array[i])); in logfs_read_segment()
328 return be64_to_cpu(sh.gec); in read_gec()
693 fill, ino, bix, level, child_no, be64_to_cpu(val)); in write_alias_journal()
796 be64_to_cpu(super->s_je_array[super->s_no_je - 1])); in logfs_write_anchor()