Searched refs:dirdata_bh (Results 1 – 1 of 1) sorted by relevance
172 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_trailer() argument184 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer()188 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer()2313 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() argument2326 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index()2364 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index()2807 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local2919 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir()2920 if (!dirdata_bh) { in ocfs2_expand_inline_dir()2926 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); in ocfs2_expand_inline_dir()[all …]