Searched refs:bh_cp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | super.c | 547 struct buffer_head *bh_cp; in nilfs_attach_checkpoint() local 560 &bh_cp); in nilfs_attach_checkpoint() 582 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint() 589 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint()
|
H A D | segment.c | 890 struct buffer_head *bh_cp; in nilfs_segctor_create_checkpoint() local 896 &raw_cp, &bh_cp); in nilfs_segctor_create_checkpoint() 903 mark_buffer_dirty(bh_cp); in nilfs_segctor_create_checkpoint() 906 nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_create_checkpoint() 918 struct buffer_head *bh_cp; in nilfs_segctor_fill_in_checkpoint() local 923 &raw_cp, &bh_cp); in nilfs_segctor_fill_in_checkpoint() 950 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_fill_in_checkpoint()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | super.c | 548 struct buffer_head *bh_cp; in nilfs_attach_checkpoint() local 561 &bh_cp); in nilfs_attach_checkpoint() 583 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint() 590 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, cno, bh_cp); in nilfs_attach_checkpoint()
|
H A D | segment.c | 887 struct buffer_head *bh_cp; in nilfs_segctor_create_checkpoint() local 893 &raw_cp, &bh_cp); in nilfs_segctor_create_checkpoint() 900 mark_buffer_dirty(bh_cp); in nilfs_segctor_create_checkpoint() 903 nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_create_checkpoint() 915 struct buffer_head *bh_cp; in nilfs_segctor_fill_in_checkpoint() local 920 &raw_cp, &bh_cp); in nilfs_segctor_fill_in_checkpoint() 947 nilfs_cpfile_put_checkpoint(nilfs->ns_cpfile, nilfs->ns_cno, bh_cp); in nilfs_segctor_fill_in_checkpoint()
|
Completed in 10 milliseconds