Searched refs:blk_bh (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | xattr.c | 1000 &blk_bh); in ocfs2_xattr_block_list() 1015 brelse(blk_bh); in ocfs2_xattr_block_list() 2460 .vb_bh = blk_bh, in ocfs2_xattr_block_remove() 2475 blk_bh, in ocfs2_xattr_block_remove() 2553 brelse(blk_bh); in ocfs2_xattr_free_block() 2829 &blk_bh); in ocfs2_xattr_block_find() 2841 xs->end = (void *)(blk_bh->b_data) + blk_bh->b_size; in ocfs2_xattr_block_find() 2857 brelse(blk_bh); in ocfs2_xattr_block_find() 6156 &blk_bh); in ocfs2_xattr_attach_refcount_tree() 6167 brelse(blk_bh); in ocfs2_xattr_attach_refcount_tree() [all …]
|
| H A D | refcounttree.c | 765 struct buffer_head *blk_bh = NULL; in ocfs2_remove_refcount_tree() local 775 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree() 781 rb = (struct ocfs2_refcount_block *)blk_bh->b_data; in ocfs2_remove_refcount_tree() 828 ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, blk_bh, in ocfs2_remove_refcount_tree() 843 ocfs2_journal_dirty(handle, blk_bh); in ocfs2_remove_refcount_tree() 870 brelse(blk_bh); in ocfs2_remove_refcount_tree()
|