Searched refs:dirdata_bh (Results 1 – 1 of 1) sorted by relevance
153 struct buffer_head *dirdata_bh) in ocfs2_dx_dir_link_trailer() argument165 trailer = ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_link_trailer()169 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_link_trailer()2285 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() argument2298 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index()2336 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index()2779 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local2891 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir()2892 if (!dirdata_bh) { in ocfs2_expand_inline_dir()2898 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); in ocfs2_expand_inline_dir()[all …]