Lines Matching defs:entry_bh
340 struct buffer_head *entry_bh;
345 ret = nilfs_palloc_get_entry_block(dat, vblocknr, 0, &entry_bh);
357 if (!buffer_nilfs_redirected(entry_bh)) {
358 ret = nilfs_mdt_freeze_buffer(dat, entry_bh);
360 brelse(entry_bh);
365 kaddr = kmap_atomic(entry_bh->b_page);
366 entry = nilfs_palloc_block_get_entry(dat, vblocknr, entry_bh, kaddr);
374 brelse(entry_bh);
381 mark_buffer_dirty(entry_bh);
384 brelse(entry_bh);
410 struct buffer_head *entry_bh, *bh;
416 ret = nilfs_palloc_get_entry_block(dat, vblocknr, 0, &entry_bh);
420 if (!nilfs_doing_gc() && buffer_nilfs_redirected(entry_bh)) {
421 bh = nilfs_mdt_get_frozen_buffer(dat, entry_bh);
424 brelse(entry_bh);
425 entry_bh = bh;
429 kaddr = kmap_atomic(entry_bh->b_page);
430 entry = nilfs_palloc_block_get_entry(dat, vblocknr, entry_bh, kaddr);
440 brelse(entry_bh);
447 struct buffer_head *entry_bh;
457 0, &entry_bh);
460 kaddr = kmap_atomic(entry_bh->b_page);
471 dat, vinfo->vi_vblocknr, entry_bh, kaddr);
477 brelse(entry_bh);