/linux-4.19.296/fs/ocfs2/ |
D | suballoc.h | 38 struct ocfs2_alloc_context { struct 66 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac); argument 67 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) in ocfs2_alloc_context_bits_left() 79 struct ocfs2_alloc_context **ac); 82 struct ocfs2_alloc_context **ac); 84 struct ocfs2_alloc_context **ac); 87 struct ocfs2_alloc_context **ac); 106 struct ocfs2_alloc_context *ac, 115 struct ocfs2_alloc_context *ac, 120 struct ocfs2_alloc_context *ac, [all …]
|
D | xattr.h | 52 struct ocfs2_alloc_context *, 53 struct ocfs2_alloc_context *); 63 struct ocfs2_alloc_context *, 64 struct ocfs2_alloc_context *); 67 int *, int *, struct ocfs2_alloc_context **);
|
D | localalloc.h | 46 struct ocfs2_alloc_context; 49 struct ocfs2_alloc_context *ac); 53 struct ocfs2_alloc_context *ac, 60 struct ocfs2_alloc_context *ac,
|
D | alloc.h | 96 struct ocfs2_alloc_context; 103 struct ocfs2_alloc_context *meta_ac); 115 struct ocfs2_alloc_context *data_ac, 116 struct ocfs2_alloc_context *meta_ac, 125 struct ocfs2_alloc_context *meta_ac, 130 struct ocfs2_alloc_context *meta_ac, 135 struct ocfs2_alloc_context *meta_ac, 140 struct ocfs2_alloc_context *meta_ac,
|
D | file.h | 35 struct ocfs2_alloc_context; 51 struct ocfs2_alloc_context *data_ac, 52 struct ocfs2_alloc_context *meta_ac,
|
D | acl.h | 34 struct ocfs2_alloc_context *, 35 struct ocfs2_alloc_context *);
|
D | dir.h | 103 struct ocfs2_alloc_context; 109 struct ocfs2_alloc_context *data_ac, 110 struct ocfs2_alloc_context *meta_ac);
|
D | suballoc.c | 107 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac, 132 struct ocfs2_alloc_context **ac); 134 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource() 154 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context() 435 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig() 479 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits() 500 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig() 560 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup() 592 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig() 677 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc() [all …]
|
D | localalloc.c | 67 struct ocfs2_alloc_context **ac, 73 struct ocfs2_alloc_context *ac); 633 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits() 732 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits() 788 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits() 1115 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window() 1121 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_local_alloc_reserve_for_window() 1137 memset(*ac, 0, sizeof(struct ocfs2_alloc_context)); in ocfs2_local_alloc_reserve_for_window() 1166 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window() 1261 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window()
|
D | acl.c | 229 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl() 230 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl() 358 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl() 359 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl()
|
D | refcounttree.h | 46 struct ocfs2_alloc_context *meta_ac, 112 struct ocfs2_alloc_context *meta_ac,
|
D | namei.c | 77 struct ocfs2_alloc_context *inode_ac); 251 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_mknod() 252 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod() 253 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod() 516 struct ocfs2_alloc_context *inode_ac, in __ocfs2_mknod_locked() 631 struct ocfs2_alloc_context *inode_ac) in ocfs2_mknod_locked() 1809 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_symlink() 1810 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink() 1811 struct ocfs2_alloc_context *xattr_ac = NULL; in ocfs2_symlink() 2435 struct ocfs2_alloc_context **ret_inode_ac) in ocfs2_prep_new_orphaned_file() [all …]
|
D | dir.c | 80 struct ocfs2_alloc_context *data_ac, 81 struct ocfs2_alloc_context *meta_ac, 2245 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_el() 2314 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index() 2457 struct ocfs2_alloc_context *data_ac, in __ocfs2_dx_dir_new_cluster() 2498 struct ocfs2_alloc_context *data_ac, in ocfs2_dx_dir_new_cluster() 2499 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster() 2540 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_dx() 2541 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx() 2595 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir() [all …]
|
D | refcounttree.c | 59 struct ocfs2_alloc_context *meta_ac; 60 struct ocfs2_alloc_context *data_ac; 562 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_create_refcount_tree() 1286 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_inline_ref_root() 1524 struct ocfs2_alloc_context *meta_ac) in ocfs2_new_leaf_refcount_block() 1620 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_refcount_tree() 1748 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_refcount_rec() 1836 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_refcount_rec() 1990 struct ocfs2_alloc_context *meta_ac, in __ocfs2_increase_refcount() 2084 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_refcount_extent() [all …]
|
D | move_extents.c | 54 struct ocfs2_alloc_context *meta_ac; 55 struct ocfs2_alloc_context *data_ac; 157 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_meta_allocator_move_extents() 333 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent()
|
D | aops.c | 1143 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster() 1144 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster() 1244 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster_by_desc() 1245 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc() 1683 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_write_begin_nolock() 1684 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock() 2324 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_dio_end_io_write() 2325 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_dio_end_io_write()
|
D | xattr.c | 79 struct ocfs2_alloc_context *meta_ac; 80 struct ocfs2_alloc_context *data_ac; 590 struct ocfs2_alloc_context **xattr_ac) in ocfs2_calc_security_init() 2333 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators() 3460 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle() 3461 struct ocfs2_alloc_context *data_ac) in ocfs2_xattr_set_handle() 5438 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_rm_xattr_cluster() 6294 struct ocfs2_alloc_context **meta_ac) in ocfs2_reflink_lock_xattr_allocators() 6353 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_header() 6484 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_inline() [all …]
|
D | alloc.c | 1004 struct ocfs2_alloc_context *meta_ac, in ocfs2_create_new_meta_bhs() 1165 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch() 1366 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth() 1541 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree() 4722 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent() 4791 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree() 4792 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree() 4924 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert() 5077 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent() 5172 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag() [all …]
|
D | file.c | 555 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data() 556 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data() 580 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation() 581 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_allocation()
|