Lines Matching refs:super_block
21 struct buffer_head *fat_bread(struct super_block *sb, int block) in fat_bread()
25 struct buffer_head *fat_getblk(struct super_block *sb, int block) in fat_getblk()
29 void fat_brelse (struct super_block *sb, struct buffer_head *bh) in fat_brelse()
35 struct super_block *sb, in fat_mark_buffer_dirty()
41 struct super_block *sb, in fat_set_uptodate()
47 int fat_is_uptodate(struct super_block *sb, struct buffer_head *bh) in fat_is_uptodate()
52 struct super_block *sb, in fat_ll_rw_block()
60 struct buffer_head *default_fat_bread(struct super_block *sb, int block) in default_fat_bread()
65 struct buffer_head *default_fat_getblk(struct super_block *sb, int block) in default_fat_getblk()
70 void default_fat_brelse(struct super_block *sb, struct buffer_head *bh) in default_fat_brelse()
76 struct super_block *sb, in default_fat_mark_buffer_dirty()
83 struct super_block *sb, in default_fat_set_uptodate()
90 int default_fat_is_uptodate (struct super_block *sb, struct buffer_head *bh) in default_fat_is_uptodate()
96 struct super_block *sb, in default_fat_ll_rw_block()