Home
last modified time | relevance | path

Searched refs:blk_bh (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dxattr.c268 struct buffer_head *blk_bh,
1006 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local
1014 &blk_bh); in ocfs2_xattr_block_list()
1020 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list()
1026 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list()
1029 brelse(blk_bh); in ocfs2_xattr_block_list()
2459 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument
2466 .vb_bh = blk_bh, in ocfs2_xattr_block_remove()
2474 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove()
2481 blk_bh, in ocfs2_xattr_block_remove()
[all …]
Drefcounttree.c772 struct buffer_head *blk_bh = NULL; in ocfs2_remove_refcount_tree() local
782 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree()
788 rb = (struct ocfs2_refcount_block *)blk_bh->b_data; in ocfs2_remove_refcount_tree()
835 ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, blk_bh, in ocfs2_remove_refcount_tree()
850 ocfs2_journal_dirty(handle, blk_bh); in ocfs2_remove_refcount_tree()
877 brelse(blk_bh); in ocfs2_remove_refcount_tree()