/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dir.c | 2387 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() 2400 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2441 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() 2466 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2483 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() 2489 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2508 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2510 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves() 2512 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2515 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() 2385 ocfs2_dx_dir_format_cluster(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head **dx_leaves, int num_dx_leaves, u64 start_blk) ocfs2_dx_dir_format_cluster() argument 2438 __ocfs2_dx_dir_new_cluster(struct inode *dir, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct buffer_head **dx_leaves, int num_dx_leaves, u64 *ret_phys_blkno) __ocfs2_dx_dir_new_cluster() argument 2478 ocfs2_dx_dir_new_cluster(struct inode *dir, struct ocfs2_extent_tree *et, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **dx_leaves, int num_dx_leaves) ocfs2_dx_dir_new_cluster() argument 2595 ocfs2_dx_dir_index_block(struct inode *dir, handle_t *handle, struct buffer_head **dx_leaves, int num_dx_leaves, u32 *num_dx_entries, struct buffer_head *dirent_bh) ocfs2_dx_dir_index_block() argument 2792 struct buffer_head **dx_leaves = NULL; ocfs2_expand_inline_dir() local 4018 struct buffer_head **dx_leaves = NULL; ocfs2_expand_inline_dx_root() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dir.c | 2376 struct buffer_head **dx_leaves, in ocfs2_dx_dir_format_cluster() 2389 dx_leaves[i] = bh; in ocfs2_dx_dir_format_cluster() 2430 struct buffer_head **dx_leaves, in __ocfs2_dx_dir_new_cluster() 2455 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves, in __ocfs2_dx_dir_new_cluster() 2472 struct buffer_head **dx_leaves, in ocfs2_dx_dir_new_cluster() 2478 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster() 2497 struct buffer_head **dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() local 2499 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *), in ocfs2_dx_dir_kmalloc_leaves() 2501 if (dx_leaves && ret_num_leaves) in ocfs2_dx_dir_kmalloc_leaves() 2504 return dx_leaves; in ocfs2_dx_dir_kmalloc_leaves() 2374 ocfs2_dx_dir_format_cluster(struct ocfs2_super *osb, handle_t *handle, struct inode *dir, struct buffer_head **dx_leaves, int num_dx_leaves, u64 start_blk) ocfs2_dx_dir_format_cluster() argument 2427 __ocfs2_dx_dir_new_cluster(struct inode *dir, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct buffer_head **dx_leaves, int num_dx_leaves, u64 *ret_phys_blkno) __ocfs2_dx_dir_new_cluster() argument 2467 ocfs2_dx_dir_new_cluster(struct inode *dir, struct ocfs2_extent_tree *et, u32 cpos, handle_t *handle, struct ocfs2_alloc_context *data_ac, struct ocfs2_alloc_context *meta_ac, struct buffer_head **dx_leaves, int num_dx_leaves) ocfs2_dx_dir_new_cluster() argument 2584 ocfs2_dx_dir_index_block(struct inode *dir, handle_t *handle, struct buffer_head **dx_leaves, int num_dx_leaves, u32 *num_dx_entries, struct buffer_head *dirent_bh) ocfs2_dx_dir_index_block() argument 2781 struct buffer_head **dx_leaves = NULL; ocfs2_expand_inline_dir() local 4004 struct buffer_head **dx_leaves = NULL; ocfs2_expand_inline_dx_root() local [all...] |