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()2323 struct buffer_head *dirdata_bh, in ocfs2_dx_dir_attach_index() argument2336 ocfs2_trailer_from_bh(dirdata_bh, dir->i_sb); in ocfs2_dx_dir_attach_index()2374 dx_root->dr_free_blk = cpu_to_le64(dirdata_bh->b_blocknr); in ocfs2_dx_dir_attach_index()2817 struct buffer_head *dirdata_bh = NULL; in ocfs2_expand_inline_dir() local2929 dirdata_bh = sb_getblk(sb, blkno); in ocfs2_expand_inline_dir()2930 if (!dirdata_bh) { in ocfs2_expand_inline_dir()2936 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dirdata_bh); in ocfs2_expand_inline_dir()[all …]