Lines Matching refs:fs32_to_cpu
76 sbi->s_nzones = fs32_to_cpu(sbi, sbd1->s_fsize); in detected_xenix()
104 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv4()
132 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_sysv2()
155 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_coherent()
176 sbi->s_nzones = fs32_to_cpu(sbi, sbd->s_fsize); in detected_v7()
188 switch (fs32_to_cpu(sbi, sbd->s_type)) { in detect_xenix()
215 type = fs32_to_cpu(sbi, sbd->s_type); in detect_sysv()
228 if (fs32_to_cpu(sbi, sbd->s_time) < JAN_1_1980) { in detect_sysv()
449 fs32_to_cpu(sbi, v7sb->s_fsize) > V7_MAXSIZE) in v7_sanity_check()
460 (fs32_to_cpu(sbi, v7i->i_size) == 0) || in v7_sanity_check()
461 (fs32_to_cpu(sbi, v7i->i_size) & 017) || in v7_sanity_check()
462 (fs32_to_cpu(sbi, v7i->i_size) > V7_NFILES * in v7_sanity_check()