Searched refs:header_bh (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | sufile.c | 120 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() 174 struct buffer_head *header_bh, *bh; in nilfs_sufile_updatev() local 197 ret = nilfs_sufile_get_header_block(sufile, &header_bh); in nilfs_sufile_updatev() 208 dofunc(sufile, *seg, header_bh, bh); in nilfs_sufile_updatev() 227 brelse(header_bh); in nilfs_sufile_updatev() 241 struct buffer_head *header_bh, *bh; in nilfs_sufile_update() local 251 ret = nilfs_sufile_get_header_block(sufile, &header_bh); in nilfs_sufile_update() 257 dofunc(sufile, segnum, header_bh, bh); in nilfs_sufile_update() [all …]
|
| H A D | cpfile.c | 316 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_create_checkpoint() local 326 ret = nilfs_cpfile_get_header_block(cpfile, &header_bh); in nilfs_cpfile_create_checkpoint() 344 header = kmap_local_folio(header_bh->b_folio, 0); in nilfs_cpfile_create_checkpoint() 347 mark_buffer_dirty(header_bh); in nilfs_cpfile_create_checkpoint() 358 brelse(header_bh); in nilfs_cpfile_create_checkpoint() 460 struct buffer_head *header_bh, *cp_bh; in nilfs_cpfile_delete_checkpoints() local 479 ret = nilfs_cpfile_get_header_block(cpfile, &header_bh); in nilfs_cpfile_delete_checkpoints() 538 header = kmap_local_folio(header_bh->b_folio, 0); in nilfs_cpfile_delete_checkpoints() 540 mark_buffer_dirty(header_bh); in nilfs_cpfile_delete_checkpoints() 545 brelse(header_bh); in nilfs_cpfile_delete_checkpoints() [all …]
|