Searched refs:dx_root_bh (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c152 struct buffer_head *dx_root_bh,
159 ret = ocfs2_journal_access_dr(handle, INODE_CACHE(dir), dx_root_bh,
166 dx_root = (struct ocfs2_dx_root_block *)dx_root_bh->b_data;
171 ocfs2_journal_dirty(handle, dx_root_bh);
591 struct buffer_head **dx_root_bh)
595 struct buffer_head *tmp = *dx_root_bh;
601 if (!ret && !*dx_root_bh)
602 *dx_root_bh = tmp;
1010 struct buffer_head *dx_root_bh = NULL; local
1021 ret = ocfs2_read_dx_root(dir, di, &dx_root_bh);
151 ocfs2_dx_dir_link_trailer(struct inode *dir, handle_t *handle, struct buffer_head *dx_root_bh, struct buffer_head *dirdata_bh) argument
590 ocfs2_read_dx_root(struct inode *dir, struct ocfs2_dinode *di, struct buffer_head **dx_root_bh) argument
1233 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; local
1490 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; local
2075 struct buffer_head *dx_root_bh = NULL; local
2293 struct buffer_head *dx_root_bh = NULL; local
2314 ocfs2_set_new_buffer_uptodate(INODE_CACHE(dir), dx_root_bh); local
2515 struct buffer_head *dx_root_bh = NULL; local
2631 ocfs2_dx_dir_index_root_block(struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dirent_bh) argument
2778 struct buffer_head *dx_root_bh = NULL; local
3163 struct buffer_head *dx_root_bh = lookup->dl_dx_root_bh; local
3682 ocfs2_dx_dir_rebalance(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *dx_root_bh, struct buffer_head *dx_leaf_bh, struct ocfs2_dx_hinfo *hinfo, u32 leaf_cpos, u64 leaf_blkno) argument
3877 ocfs2_find_dir_space_dx(struct ocfs2_super *osb, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh, const char *name, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
3950 ocfs2_search_dx_free_list(struct inode *dir, struct buffer_head *dx_root_bh, int namelen, struct ocfs2_dir_lookup_result *lookup) argument
3998 ocfs2_expand_inline_dx_root(struct inode *dir, struct buffer_head *dx_root_bh) argument
4114 ocfs2_inline_dx_has_space(struct buffer_head *dx_root_bh) argument
4137 struct buffer_head *dx_root_bh = NULL; local
4302 ocfs2_dx_dir_remove_index(struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dx_root_bh) argument
4390 struct buffer_head *dx_root_bh = NULL; local
4444 ocfs2_remove_from_cache(INODE_CACHE(dir), dx_root_bh); local
[all...]

Completed in 117 milliseconds