Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dcpfile.c248 struct buffer_head *cp_bh; in nilfs_cpfile_read_checkpoint() local
257 ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, 0, &cp_bh); in nilfs_cpfile_read_checkpoint()
264 offset = nilfs_cpfile_checkpoint_offset(cpfile, cno, cp_bh); in nilfs_cpfile_read_checkpoint()
265 cp = kmap_local_folio(cp_bh->b_folio, offset); in nilfs_cpfile_read_checkpoint()
291 brelse(cp_bh); in nilfs_cpfile_read_checkpoint()
316 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_create_checkpoint() local
330 ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, 1, &cp_bh); in nilfs_cpfile_create_checkpoint()
334 offset = nilfs_cpfile_checkpoint_offset(cpfile, cno, cp_bh); in nilfs_cpfile_create_checkpoint()
335 cp = kmap_local_folio(cp_bh->b_folio, offset); in nilfs_cpfile_create_checkpoint()
341 nilfs_cpfile_block_add_valid_checkpoints(cpfile, cp_bh, in nilfs_cpfile_create_checkpoint()
387 struct buffer_head *cp_bh; nilfs_cpfile_finalize_checkpoint() local
460 struct buffer_head *header_bh, *cp_bh; nilfs_cpfile_delete_checkpoints() local
769 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; nilfs_cpfile_set_snapshot() local
897 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; nilfs_cpfile_clear_snapshot() local
[all...]