Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dcpfile.c738 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local
776 &next_bh); in nilfs_cpfile_clear_snapshot()
780 next_bh = header_bh; in nilfs_cpfile_clear_snapshot()
781 get_bh(next_bh); in nilfs_cpfile_clear_snapshot()
793 kaddr = kmap_atomic(next_bh->b_page); in nilfs_cpfile_clear_snapshot()
795 cpfile, next, next_bh, kaddr); in nilfs_cpfile_clear_snapshot()
817 mark_buffer_dirty(next_bh); in nilfs_cpfile_clear_snapshot()
826 brelse(next_bh); in nilfs_cpfile_clear_snapshot()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c391 const struct buffer_head *next_bh) in fscrypt_mergeable_bio_bh() argument
396 if (!bh_get_inode_and_lblk_num(next_bh, &inode, &next_lblk)) in fscrypt_mergeable_bio_bh()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h624 const struct buffer_head *next_bh);
654 const struct buffer_head *next_bh) in fscrypt_mergeable_bio_bh() argument
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Daops.c671 goto next_bh; in ocfs2_map_page_blocks()
679 next_bh: in ocfs2_map_page_blocks()