cp_bh 220 fs/nilfs2/cpfile.c struct buffer_head *header_bh, *cp_bh; cp_bh 235 fs/nilfs2/cpfile.c ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, create, &cp_bh); cp_bh 238 fs/nilfs2/cpfile.c kaddr = kmap(cp_bh->b_page); cp_bh 239 fs/nilfs2/cpfile.c cp = nilfs_cpfile_block_get_checkpoint(cpfile, cno, cp_bh, kaddr); cp_bh 242 fs/nilfs2/cpfile.c kunmap(cp_bh->b_page); cp_bh 243 fs/nilfs2/cpfile.c brelse(cp_bh); cp_bh 250 fs/nilfs2/cpfile.c nilfs_cpfile_block_add_valid_checkpoints(cpfile, cp_bh, cp_bh 252 fs/nilfs2/cpfile.c mark_buffer_dirty(cp_bh); cp_bh 265 fs/nilfs2/cpfile.c *bhp = cp_bh; cp_bh 315 fs/nilfs2/cpfile.c struct buffer_head *header_bh, *cp_bh; cp_bh 341 fs/nilfs2/cpfile.c ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, 0, &cp_bh); cp_bh 350 fs/nilfs2/cpfile.c kaddr = kmap_atomic(cp_bh->b_page); cp_bh 352 fs/nilfs2/cpfile.c cpfile, cno, cp_bh, kaddr); cp_bh 364 fs/nilfs2/cpfile.c mark_buffer_dirty(cp_bh); cp_bh 369 fs/nilfs2/cpfile.c cpfile, cp_bh, kaddr, nicps); cp_bh 373 fs/nilfs2/cpfile.c brelse(cp_bh); cp_bh 388 fs/nilfs2/cpfile.c brelse(cp_bh); cp_bh 619 fs/nilfs2/cpfile.c struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; cp_bh 632 fs/nilfs2/cpfile.c ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, 0, &cp_bh); cp_bh 635 fs/nilfs2/cpfile.c kaddr = kmap_atomic(cp_bh->b_page); cp_bh 636 fs/nilfs2/cpfile.c cp = nilfs_cpfile_block_get_checkpoint(cpfile, cno, cp_bh, kaddr); cp_bh 696 fs/nilfs2/cpfile.c kaddr = kmap_atomic(cp_bh->b_page); cp_bh 697 fs/nilfs2/cpfile.c cp = nilfs_cpfile_block_get_checkpoint(cpfile, cno, cp_bh, kaddr); cp_bh 716 fs/nilfs2/cpfile.c mark_buffer_dirty(cp_bh); cp_bh 729 fs/nilfs2/cpfile.c brelse(cp_bh); cp_bh 738 fs/nilfs2/cpfile.c struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; cp_bh 750 fs/nilfs2/cpfile.c ret = nilfs_cpfile_get_checkpoint_block(cpfile, cno, 0, &cp_bh); cp_bh 753 fs/nilfs2/cpfile.c kaddr = kmap_atomic(cp_bh->b_page); cp_bh 754 fs/nilfs2/cpfile.c cp = nilfs_cpfile_block_get_checkpoint(cpfile, cno, cp_bh, kaddr); cp_bh 805 fs/nilfs2/cpfile.c kaddr = kmap_atomic(cp_bh->b_page); cp_bh 806 fs/nilfs2/cpfile.c cp = nilfs_cpfile_block_get_checkpoint(cpfile, cno, cp_bh, kaddr); cp_bh 819 fs/nilfs2/cpfile.c mark_buffer_dirty(cp_bh); cp_bh 832 fs/nilfs2/cpfile.c brelse(cp_bh);