Searched refs:obh (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/nilfs2/ |
D | btnode.c | 210 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local 218 obh = ctxt->bh; in nilfs_btnode_prepare_change_key() 222 struct folio *ofolio = obh->b_folio; in nilfs_btnode_prepare_change_key() 257 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key() 262 folio_unlock(obh->b_folio); in nilfs_btnode_prepare_change_key() 286 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local 294 ofolio = obh->b_folio; in nilfs_btnode_commit_change_key() 300 mark_buffer_dirty(obh); in nilfs_btnode_commit_change_key() 307 ofolio->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key() 310 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key() [all …]
|
/linux-6.12.1/fs/jbd2/ |
D | recovery.c | 406 struct buffer_head *obh; in calc_chksums() local 415 err = jread(&obh, journal, io_block); in calc_chksums() 421 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data, in calc_chksums() 422 obh->b_size); in calc_chksums() 424 put_bh(obh); in calc_chksums() 534 struct buffer_head * obh; in do_one_pass() local 653 err = jread(&obh, journal, io_block); in do_one_pass() 665 J_ASSERT(obh != NULL); in do_one_pass() 675 brelse(obh); in do_one_pass() 683 obh->b_data, be32_to_cpu(tmp->h_sequence))) { in do_one_pass() [all …]
|
/linux-6.12.1/fs/gfs2/ |
D | dir.c | 1004 struct buffer_head *nbh, *obh, *dibh; in dir_split_leaf() local 1020 error = get_leaf(dip, leaf_no, &obh); in dir_split_leaf() 1024 oleaf = (struct gfs2_leaf *)obh->b_data; in dir_split_leaf() 1026 brelse(obh); in dir_split_leaf() 1030 gfs2_trans_add_meta(dip->i_gl, obh); in dir_split_leaf() 1034 brelse(obh); in dir_split_leaf() 1081 dent = (struct gfs2_dirent *)(obh->b_data + sizeof(struct gfs2_leaf)); in dir_split_leaf() 1085 if (dirent_next(dip, obh, &next)) in dir_split_leaf() 1091 void *ptr = ((char *)dent - obh->b_data) + nbh->b_data; in dir_split_leaf() 1105 dirent_del(dip, obh, prev, dent); in dir_split_leaf() [all …]
|