Searched refs:entry_bh (Results 1 – 1 of 1) sorted by relevance
333 struct buffer_head *entry_bh; in nilfs_dat_move() local338 ret = nilfs_palloc_get_entry_block(dat, vblocknr, 0, &entry_bh); in nilfs_dat_move()350 if (!buffer_nilfs_redirected(entry_bh)) { in nilfs_dat_move()351 ret = nilfs_mdt_freeze_buffer(dat, entry_bh); in nilfs_dat_move()353 brelse(entry_bh); in nilfs_dat_move()358 offset = nilfs_palloc_entry_offset(dat, vblocknr, entry_bh); in nilfs_dat_move()359 entry = kmap_local_folio(entry_bh->b_folio, offset); in nilfs_dat_move()367 brelse(entry_bh); in nilfs_dat_move()374 mark_buffer_dirty(entry_bh); in nilfs_dat_move()377 brelse(entry_bh); in nilfs_dat_move()[all …]