Searched refs:obh (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nilfs2/ |
| A D | btnode.c | 159 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local 167 obh = ctxt->bh; in nilfs_btnode_prepare_change_key() 171 struct page *opage = obh->b_page; in nilfs_btnode_prepare_change_key() 206 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key() 211 unlock_page(obh->b_page); in nilfs_btnode_prepare_change_key() 222 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local 230 opage = obh->b_page; in nilfs_btnode_commit_change_key() 236 mark_buffer_dirty(obh); in nilfs_btnode_commit_change_key() 243 opage->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key() 246 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key() [all …]
|
| /linux/fs/jbd2/ |
| A D | recovery.c | 394 struct buffer_head *obh; in calc_chksums() local 403 err = jread(&obh, journal, io_block); in calc_chksums() 410 obh->b_size); in calc_chksums() 412 put_bh(obh); in calc_chksums() 500 struct buffer_head * obh; in do_one_pass() local 633 J_ASSERT(obh != NULL); in do_one_pass() 643 brelse(obh); in do_one_pass() 652 brelse(obh); in do_one_pass() 673 brelse(obh); in do_one_pass() 678 memcpy(nbh->b_data, obh->b_data, in do_one_pass() [all …]
|
| /linux/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() 1726 struct buffer_head *bh, *obh; in dir_new_leaf() local 1744 brelse(obh); in dir_new_leaf() 1745 error = get_leaf(ip, bn, &obh); in dir_new_leaf() 1754 brelse(obh); in dir_new_leaf() [all …]
|
Completed in 9 milliseconds