Searched refs:obh (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/nilfs2/ |
A D | btnode.c | 176 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local 184 obh = ctxt->bh; in nilfs_btnode_prepare_change_key() 188 struct page *opage = obh->b_page; in nilfs_btnode_prepare_change_key() 223 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key() 228 unlock_page(obh->b_page); in nilfs_btnode_prepare_change_key() 239 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local 247 opage = obh->b_page; in nilfs_btnode_commit_change_key() 253 mark_buffer_dirty(obh); in nilfs_btnode_commit_change_key() 260 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key() 263 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key() [all …]
|
/linux-6.3-rc2/fs/jbd2/ |
A D | recovery.c | 400 struct buffer_head *obh; in calc_chksums() local 409 err = jread(&obh, journal, io_block); in calc_chksums() 416 obh->b_size); in calc_chksums() 418 put_bh(obh); in calc_chksums() 506 struct buffer_head * obh; in do_one_pass() local 639 J_ASSERT(obh != NULL); in do_one_pass() 649 brelse(obh); in do_one_pass() 658 brelse(obh); in do_one_pass() 679 brelse(obh); in do_one_pass() 684 memcpy(nbh->b_data, obh->b_data, in do_one_pass() [all …]
|
/linux-6.3-rc2/fs/gfs2/ |
A D | dir.c | 1023 brelse(obh); in dir_split_leaf() 1031 brelse(obh); in dir_split_leaf() 1082 if (dirent_next(dip, obh, &next)) in dir_split_leaf() 1102 dirent_del(dip, obh, prev, dent); in dir_split_leaf() 1126 brelse(obh); in dir_split_leaf() 1135 brelse(obh); in dir_split_leaf() 1725 struct buffer_head *bh, *obh; in dir_new_leaf() local 1743 brelse(obh); in dir_new_leaf() 1744 error = get_leaf(ip, bn, &obh); in dir_new_leaf() 1753 brelse(obh); in dir_new_leaf() [all …]
|
Completed in 17 milliseconds