Home
last modified time | relevance | path

Searched refs:next_bh (Results 1 – 3 of 3) sorted by relevance

/fs/nilfs2/
Dcpfile.c748 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local
786 &next_bh); in nilfs_cpfile_clear_snapshot()
790 next_bh = header_bh; in nilfs_cpfile_clear_snapshot()
791 get_bh(next_bh); in nilfs_cpfile_clear_snapshot()
803 kaddr = kmap_atomic(next_bh->b_page); in nilfs_cpfile_clear_snapshot()
805 cpfile, next, next_bh, kaddr); in nilfs_cpfile_clear_snapshot()
827 mark_buffer_dirty(next_bh); in nilfs_cpfile_clear_snapshot()
836 brelse(next_bh); in nilfs_cpfile_clear_snapshot()
/fs/xfs/
Dxfs_aops.c540 struct buffer_head *bh, *next_bh; in xfs_cancel_ioend() local
546 next_bh = bh->b_private; in xfs_cancel_ioend()
556 } while ((bh = next_bh) != NULL); in xfs_cancel_ioend()
/fs/ocfs2/
Daops.c1175 goto next_bh; in ocfs2_map_page_blocks()
1183 next_bh: in ocfs2_map_page_blocks()