Searched refs:bh_cp (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/nilfs2/ |
D | super.c | 516 struct buffer_head *bh_cp; in nilfs_attach_checkpoint() local 529 &bh_cp); in nilfs_attach_checkpoint() 551 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint() 558 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint()
|
D | segment.c | 861 struct buffer_head *bh_cp; in nilfs_segctor_create_checkpoint() local 867 &raw_cp, &bh_cp); in nilfs_segctor_create_checkpoint() 874 mark_buffer_dirty(bh_cp); in nilfs_segctor_create_checkpoint() 877 nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_create_checkpoint() 889 struct buffer_head *bh_cp; in nilfs_segctor_fill_in_checkpoint() local 894 &raw_cp, &bh_cp); in nilfs_segctor_fill_in_checkpoint() 921 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_fill_in_checkpoint()
|