Lines Matching refs:super_block
306 extern unsigned long sysv_count_free_inodes(struct super_block *);
307 extern u32 sysv_new_block(struct super_block *);
308 extern void sysv_free_block(struct super_block *, u32);
309 extern unsigned long sysv_count_free_blocks(struct super_block *);
336 extern struct sysv_inode *sysv_raw_inode(struct super_block *, unsigned, struct buffer_head **);
338 static inline void dirty_sb(struct super_block *sb) in dirty_sb()
346 static inline u32 fs32_to_cpu(struct super_block *sb, u32 n) in fs32_to_cpu()
356 static inline u32 cpu_to_fs32(struct super_block *sb, u32 n) in cpu_to_fs32()
366 static inline u32 fs32_add(struct super_block *sb, u32 *n, int d) in fs32_add()
376 static inline u16 fs16_to_cpu(struct super_block *sb, u16 n) in fs16_to_cpu()
384 static inline u16 cpu_to_fs16(struct super_block *sb, u16 n) in cpu_to_fs16()
392 static inline u16 fs16_add(struct super_block *sb, u16 *n, int d) in fs16_add()