Searched refs:bh_cp (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nilfs2/ |
A D | super.c | 515 struct buffer_head *bh_cp; in nilfs_attach_checkpoint() local 528 &bh_cp); in nilfs_attach_checkpoint() 550 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint() 557 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint()
|
A D | segment.c | 858 struct buffer_head *bh_cp; in nilfs_segctor_create_checkpoint() local 864 &raw_cp, &bh_cp); in nilfs_segctor_create_checkpoint() 871 mark_buffer_dirty(bh_cp); in nilfs_segctor_create_checkpoint() 874 nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_create_checkpoint() 884 struct buffer_head *bh_cp; in nilfs_segctor_fill_in_checkpoint() local 889 &raw_cp, &bh_cp); in nilfs_segctor_fill_in_checkpoint() 912 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_fill_in_checkpoint()
|
Completed in 23 milliseconds