Searched refs:blk_bh (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | xattr.c | 268 struct buffer_head *blk_bh, 988 struct buffer_head *blk_bh = NULL; in ocfs2_xattr_block_list() local 996 &blk_bh); in ocfs2_xattr_block_list() 1002 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_list() 1008 ret = ocfs2_xattr_tree_list_index_block(inode, blk_bh, in ocfs2_xattr_block_list() 1011 brelse(blk_bh); in ocfs2_xattr_block_list() 2440 struct buffer_head *blk_bh, in ocfs2_xattr_block_remove() argument 2447 .vb_bh = blk_bh, in ocfs2_xattr_block_remove() 2455 xb = (struct ocfs2_xattr_block *)blk_bh->b_data; in ocfs2_xattr_block_remove() 2462 blk_bh, in ocfs2_xattr_block_remove() [all …]
|
D | refcounttree.c | 774 struct buffer_head *blk_bh = NULL; in ocfs2_remove_refcount_tree() local 784 ret = ocfs2_lock_refcount_tree(osb, ref_blkno, 1, &ref_tree, &blk_bh); in ocfs2_remove_refcount_tree() 790 rb = (struct ocfs2_refcount_block *)blk_bh->b_data; in ocfs2_remove_refcount_tree() 837 ret = ocfs2_journal_access_rb(handle, &ref_tree->rf_ci, blk_bh, in ocfs2_remove_refcount_tree() 852 ocfs2_journal_dirty(handle, blk_bh); in ocfs2_remove_refcount_tree() 879 brelse(blk_bh); in ocfs2_remove_refcount_tree()
|