Home
last modified time | relevance | path

Searched refs:obh (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/nilfs2/
Dbtnode.c176 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-v6.6/fs/jbd2/
Drecovery.c402 struct buffer_head *obh; in calc_chksums() local
411 err = jread(&obh, journal, io_block); in calc_chksums()
417 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums()
418 obh->b_size); in calc_chksums()
420 put_bh(obh); in calc_chksums()
509 struct buffer_head * obh; in do_one_pass() local
628 err = jread(&obh, journal, io_block); in do_one_pass()
640 J_ASSERT(obh != NULL); in do_one_pass()
650 brelse(obh); in do_one_pass()
658 obh->b_data, be32_to_cpu(tmp->h_sequence))) { in do_one_pass()
[all …]
/Linux-v6.6/fs/gfs2/
Ddir.c1001 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local
1017 error = get_leaf(dip, leaf_no, &obh); in dir_split_leaf()
1021 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf()
1023 brelse(obh); in dir_split_leaf()
1027 gfs2_trans_add_meta(dip->i_gl, obh); in dir_split_leaf()
1031 brelse(obh); in dir_split_leaf()
1078 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf)); in dir_split_leaf()
1082 if (dirent_next(dip, obh, &next)) in dir_split_leaf()
1088 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf()
1102 dirent_del(dip, obh, prev, dent); in dir_split_leaf()
[all …]