Lines Matching refs:buffer_head
18 static struct buffer_head *affs_get_extblock_slow(struct inode *inode, u32 ext);
50 struct buffer_head *bh; in affs_grow_extcache()
116 static struct buffer_head *
117 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock()
120 struct buffer_head *new_bh; in affs_alloc_extblock()
154 static inline struct buffer_head *
158 struct buffer_head *bh = AFFS_I(inode)->i_ext_bh; in affs_get_extblock()
168 static struct buffer_head *
172 struct buffer_head *bh; in affs_get_extblock_slow()
197 struct buffer_head *prev_bh; in affs_get_extblock_slow()
294 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block()
297 struct buffer_head *ext_bh; in affs_get_block()
443 static inline struct buffer_head *
446 struct buffer_head *bh, tmp_bh; in affs_bread_ino()
462 static inline struct buffer_head *
465 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino()
481 static inline struct buffer_head *
484 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino()
505 struct buffer_head *bh; in affs_do_readpage_ofs()
542 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs()
674 struct buffer_head *bh, *prev_bh; in affs_write_end_ofs()
840 struct buffer_head *ext_bh; in affs_truncate()
918 struct buffer_head *bh = affs_bread_ino(inode, last_blk, 0); in affs_truncate()