Home
last modified time | relevance | path

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

/linux-6.15/fs/nilfs2/
H A Dbtnode.c212 struct buffer_head *obh, *nbh; in nilfs_btnode_prepare_change_key() local
220 obh = ctxt->bh; in nilfs_btnode_prepare_change_key()
224 struct folio *ofolio = obh->b_folio; in nilfs_btnode_prepare_change_key()
259 BUG_ON(nbh == obh); in nilfs_btnode_prepare_change_key()
264 folio_unlock(obh->b_folio); in nilfs_btnode_prepare_change_key()
288 struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh; in nilfs_btnode_commit_change_key() local
296 ofolio = obh->b_folio; in nilfs_btnode_commit_change_key()
302 mark_buffer_dirty(obh); in nilfs_btnode_commit_change_key()
309 ofolio->index = obh->b_blocknr = newkey; in nilfs_btnode_commit_change_key()
312 nilfs_copy_buffer(nbh, obh); in nilfs_btnode_commit_change_key()
[all …]
/linux-6.15/fs/jbd2/
H A Drecovery.c408 struct buffer_head *obh; in calc_chksums() local
417 err = jread(&obh, journal, io_block); in calc_chksums()
424 obh->b_size); in calc_chksums()
426 put_bh(obh); in calc_chksums()
503 struct buffer_head *obh; in jbd2_do_replay() local
528 J_ASSERT(obh != NULL); in jbd2_do_replay()
534 brelse(obh); in jbd2_do_replay()
542 obh->b_data, next_commit_ID)) { in jbd2_do_replay()
543 brelse(obh); in jbd2_do_replay()
555 brelse(obh); in jbd2_do_replay()
[all …]
/linux-6.15/fs/gfs2/
H A Ddir.c1026 brelse(obh); in dir_split_leaf()
1034 brelse(obh); in dir_split_leaf()
1085 if (dirent_next(dip, obh, &next)) in dir_split_leaf()
1105 dirent_del(dip, obh, prev, dent); in dir_split_leaf()
1129 brelse(obh); in dir_split_leaf()
1138 brelse(obh); in dir_split_leaf()
1728 struct buffer_head *bh, *obh; in dir_new_leaf() local
1746 brelse(obh); in dir_new_leaf()
1747 error = get_leaf(ip, bn, &obh); in dir_new_leaf()
1756 brelse(obh); in dir_new_leaf()
[all …]