Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
H A Dsufile.c120 static void nilfs_sufile_mod_counter(struct buffer_head *header_bh, in nilfs_sufile_mod_counter() argument
125 header = kmap_local_folio(header_bh->b_folio, 0); in nilfs_sufile_mod_counter()
130 mark_buffer_dirty(header_bh); in nilfs_sufile_mod_counter()
176 struct buffer_head *header_bh, *bh; in nilfs_sufile_updatev() local
199 ret = nilfs_sufile_get_header_block(sufile, &header_bh); in nilfs_sufile_updatev()
210 dofunc(sufile, *seg, header_bh, bh); in nilfs_sufile_updatev()
229 brelse(header_bh); in nilfs_sufile_updatev()
243 struct buffer_head *header_bh, *bh; in nilfs_sufile_update() local
253 ret = nilfs_sufile_get_header_block(sufile, &header_bh); in nilfs_sufile_update()
259 dofunc(sufile, segnum, header_bh, bh); in nilfs_sufile_update()
[all …]
H A Dcpfile.c317 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_create_checkpoint() local
327 ret = nilfs_cpfile_get_header_block(cpfile, &header_bh); in nilfs_cpfile_create_checkpoint()
345 header = kmap_local_folio(header_bh->b_folio, 0); in nilfs_cpfile_create_checkpoint()
348 mark_buffer_dirty(header_bh); in nilfs_cpfile_create_checkpoint()
359 brelse(header_bh); in nilfs_cpfile_create_checkpoint()
463 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_delete_checkpoints() local
482 ret = nilfs_cpfile_get_header_block(cpfile, &header_bh); in nilfs_cpfile_delete_checkpoints()
541 header = kmap_local_folio(header_bh->b_folio, 0); in nilfs_cpfile_delete_checkpoints()
543 mark_buffer_dirty(header_bh); in nilfs_cpfile_delete_checkpoints()
548 brelse(header_bh); in nilfs_cpfile_delete_checkpoints()
[all …]