Lines Matching refs:super_block
103 struct super_block *sb; /* the VFS superblock object */
127 static inline struct affs_sb_info *AFFS_SB(struct super_block *sb) in AFFS_SB()
132 void affs_mark_sb_dirty(struct super_block *sb);
139 extern u32 affs_checksum_block(struct super_block *sb, struct buffer_head *bh);
140 extern void affs_fix_checksum(struct super_block *sb, struct buffer_head *bh);
145 extern void affs_error(struct super_block *sb, const char *function,
148 extern void affs_warning(struct super_block *sb, const char *function,
157 extern u32 affs_count_free_blocks(struct super_block *s);
158 extern void affs_free_block(struct super_block *sb, u32 block);
160 extern int affs_init_bitmap(struct super_block *sb, int *flags);
161 extern void affs_free_bitmap(struct super_block *sb);
165 extern int affs_hash_name(struct super_block *sb, const u8 *name, unsigned int len);
184 extern struct inode *affs_iget(struct super_block *sb,
216 affs_set_blocksize(struct super_block *sb, int size) in affs_set_blocksize()
221 affs_bread(struct super_block *sb, int block) in affs_bread()
229 affs_getblk(struct super_block *sb, int block) in affs_getblk()
237 affs_getzeroblk(struct super_block *sb, int block) in affs_getzeroblk()
252 affs_getemptyblk(struct super_block *sb, int block) in affs_getemptyblk()