Lines Matching refs:fs32_to_cpu
75 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize); in detected_xenix()
103 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv4()
131 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv2()
154 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_coherent()
175 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_v7()
187 switch (fs32_to_cpu(sbi, sbd->s_type)) { in detect_xenix()
214 type = fs32_to_cpu(sbi, sbd->s_type); in detect_sysv()
227 if (fs32_to_cpu(sbi, sbd->s_time) < JAN_1_1980) { in detect_sysv()
450 fs32_to_cpu(sbi, v7sb->s_fsize) > V7_MAXSIZE) in v7_sanity_check()
461 (fs32_to_cpu(sbi, v7i->i_size) == 0) || in v7_sanity_check()
462 (fs32_to_cpu(sbi, v7i->i_size) & 017) || in v7_sanity_check()
463 (fs32_to_cpu(sbi, v7i->i_size) > V7_NFILES * in v7_sanity_check()