Searched refs:dirdata_bh (Results 1 – 1 of 1) sorted by relevance
155 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_trailer() argument167 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer()171 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer()2287 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() argument2300 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index()2338 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index()2781 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local2893 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir()2894 if (!dirdata_bh) { in ocfs2_expand_inline_dir()2900 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); in ocfs2_expand_inline_dir()[all …]