Lines Matching defs:n
26 fs64_to_cpu(struct super_block *sbp, u64 n) in fs64_to_cpu()
35 cpu_to_fs64(struct super_block *sbp, u64 n) in cpu_to_fs64()
44 fs64_add(struct super_block *sbp, u32 *n, int d) in fs64_add()
53 fs64_sub(struct super_block *sbp, u32 *n, int d) in fs64_sub()
62 fs32_to_cpu(struct super_block *sbp, u32 n) in fs32_to_cpu()
71 cpu_to_fs32(struct super_block *sbp, u32 n) in cpu_to_fs32()
80 fs32_add(struct super_block *sbp, u32 *n, int d) in fs32_add()
89 fs32_sub(struct super_block *sbp, u32 *n, int d) in fs32_sub()
98 fs16_to_cpu(struct super_block *sbp, u16 n) in fs16_to_cpu()
107 cpu_to_fs16(struct super_block *sbp, u16 n) in cpu_to_fs16()
116 fs16_add(struct super_block *sbp, u16 *n, int d) in fs16_add()
125 fs16_sub(struct super_block *sbp, u16 *n, int d) in fs16_sub()