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

/linux-master/fs/ocfs2/
H A Ddir.c2285 int dx_inline, u32 num_entries,
2338 if (dx_inline) {
2769 int ret, i, num_dx_leaves = 0, dx_inline = 0, local
2796 dx_inline = ocfs2_new_dx_should_be_inline(dir, di_bh);
2797 if (!dx_inline) {
2853 if (ocfs2_supports_indexed_dirs(osb) && !dx_inline) {
2922 if (ocfs2_supports_indexed_dirs(osb) && !dx_inline) {
2991 dirdata_bh, meta_ac, dx_inline,
2998 if (dx_inline) {
3039 if (!dx_inline) {
2280 ocfs2_dx_dir_attach_index(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head *di_bh, struct buffer_head *dirdata_bh, struct ocfs2_alloc_context *meta_ac, int dx_inline, u32 num_entries, struct buffer_head **ret_dx_root_bh) argument
[all...]

Completed in 110 milliseconds