Lines Matching refs:sbp
26 fs64_to_cpu(struct super_block *sbp, __fs64 n) in fs64_to_cpu() argument
28 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs64_to_cpu()
35 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64() argument
37 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in cpu_to_fs64()
44 fs32_to_cpu(struct super_block *sbp, __fs32 n) in fs32_to_cpu() argument
46 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs32_to_cpu()
53 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32() argument
55 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in cpu_to_fs32()
62 fs32_add(struct super_block *sbp, __fs32 *n, int d) in fs32_add() argument
64 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs32_add()
71 fs32_sub(struct super_block *sbp, __fs32 *n, int d) in fs32_sub() argument
73 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs32_sub()
80 fs16_to_cpu(struct super_block *sbp, __fs16 n) in fs16_to_cpu() argument
82 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs16_to_cpu()
89 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16() argument
91 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in cpu_to_fs16()
98 fs16_add(struct super_block *sbp, __fs16 *n, int d) in fs16_add() argument
100 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs16_add()
107 fs16_sub(struct super_block *sbp, __fs16 *n, int d) in fs16_sub() argument
109 if (UFS_SB(sbp)->s_bytesex == BYTESEX_LE) in fs16_sub()