| /Linux-v5.4/fs/ocfs2/ | 
| D | suballoc.h | 24 struct ocfs2_alloc_context {  struct52 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac);  argument
 53 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac)  in ocfs2_alloc_context_bits_left()
 65 			       struct ocfs2_alloc_context **ac);
 68 				      struct ocfs2_alloc_context **ac);
 70 			    struct ocfs2_alloc_context **ac);
 73 			   struct ocfs2_alloc_context **ac);
 92 			 struct ocfs2_alloc_context *ac,
 101 			  struct ocfs2_alloc_context *ac,
 106 			 struct ocfs2_alloc_context *ac,
 [all …]
 
 | 
| D | xattr.h | 44 			   struct ocfs2_alloc_context *,45 			   struct ocfs2_alloc_context *);
 55 			    struct ocfs2_alloc_context *,
 56 			    struct ocfs2_alloc_context *);
 59 			     int *, int *, struct ocfs2_alloc_context **);
 
 | 
| D | localalloc.h | 32 struct ocfs2_alloc_context;35 				   struct ocfs2_alloc_context *ac);
 39 				 struct ocfs2_alloc_context *ac,
 46 				struct ocfs2_alloc_context *ac,
 
 | 
| D | alloc.h | 82 struct ocfs2_alloc_context;89 			struct ocfs2_alloc_context *meta_ac);
 101 				struct ocfs2_alloc_context *data_ac,
 102 				struct ocfs2_alloc_context *meta_ac,
 111 		       struct ocfs2_alloc_context *meta_ac,
 116 			      struct ocfs2_alloc_context *meta_ac,
 121 			     struct ocfs2_alloc_context *meta_ac,
 126 			struct ocfs2_alloc_context *meta_ac,
 
 | 
| D | file.h | 21 struct ocfs2_alloc_context;37 			 struct ocfs2_alloc_context *data_ac,
 38 			 struct ocfs2_alloc_context *meta_ac,
 
 | 
| D | suballoc.c | 93 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,118 					     struct ocfs2_alloc_context **ac);
 120 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac)  in ocfs2_free_ac_resource()
 140 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac)  in ocfs2_free_alloc_context()
 421 			       struct ocfs2_alloc_context *ac,  in ocfs2_block_group_alloc_contig()
 465 					struct ocfs2_alloc_context *ac,  in ocfs2_block_group_claim_bits()
 486 					    struct ocfs2_alloc_context *ac,  in ocfs2_block_group_grow_discontig()
 546 				   struct ocfs2_alloc_context *cluster_ac,  in ocfs2_bg_alloc_cleanup()
 578 				  struct ocfs2_alloc_context *ac,  in ocfs2_block_group_alloc_discontig()
 663 	struct ocfs2_alloc_context *ac = NULL;  in ocfs2_block_group_alloc()
 [all …]
 
 | 
| D | dir.h | 89 struct ocfs2_alloc_context;95 		       struct ocfs2_alloc_context *data_ac,
 96 		       struct ocfs2_alloc_context *meta_ac);
 
 | 
| D | acl.h | 26 			  struct ocfs2_alloc_context *,27 			  struct ocfs2_alloc_context *);
 
 | 
| D | localalloc.c | 53 						struct ocfs2_alloc_context **ac,59 					struct ocfs2_alloc_context *ac);
 618 				   struct ocfs2_alloc_context *ac)  in ocfs2_reserve_local_alloc_bits()
 717 				 struct ocfs2_alloc_context *ac,  in ocfs2_claim_local_alloc_bits()
 773 				struct ocfs2_alloc_context *ac,  in ocfs2_free_local_alloc_bits()
 1099 						struct ocfs2_alloc_context **ac,  in ocfs2_local_alloc_reserve_for_window()
 1105 	*ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL);  in ocfs2_local_alloc_reserve_for_window()
 1121 		memset(*ac, 0, sizeof(struct ocfs2_alloc_context));  in ocfs2_local_alloc_reserve_for_window()
 1150 					struct ocfs2_alloc_context *ac)  in ocfs2_local_alloc_new_window()
 1245 	struct ocfs2_alloc_context *ac = NULL;  in ocfs2_local_alloc_slide_window()
 
 | 
| D | acl.c | 221 			 struct ocfs2_alloc_context *meta_ac,  in ocfs2_set_acl()222 			 struct ocfs2_alloc_context *data_ac)  in ocfs2_set_acl()
 350 		   struct ocfs2_alloc_context *meta_ac,  in ocfs2_init_acl()
 351 		   struct ocfs2_alloc_context *data_ac)  in ocfs2_init_acl()
 
 | 
| D | refcounttree.h | 38 			    struct ocfs2_alloc_context *meta_ac,104 			    struct ocfs2_alloc_context *meta_ac,
 
 | 
| D | namei.c | 63 			      struct ocfs2_alloc_context *inode_ac);236 	struct ocfs2_alloc_context *inode_ac = NULL;  in ocfs2_mknod()
 237 	struct ocfs2_alloc_context *data_ac = NULL;  in ocfs2_mknod()
 238 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_mknod()
 497 				struct ocfs2_alloc_context *inode_ac,  in __ocfs2_mknod_locked()
 612 			      struct ocfs2_alloc_context *inode_ac)  in ocfs2_mknod_locked()
 1795 	struct ocfs2_alloc_context *inode_ac = NULL;  in ocfs2_symlink()
 1796 	struct ocfs2_alloc_context *data_ac = NULL;  in ocfs2_symlink()
 1797 	struct ocfs2_alloc_context *xattr_ac = NULL;  in ocfs2_symlink()
 2418 					struct ocfs2_alloc_context **ret_inode_ac)  in ocfs2_prep_new_orphaned_file()
 [all …]
 
 | 
| D | dir.c | 62 			       struct ocfs2_alloc_context *data_ac,63 			       struct ocfs2_alloc_context *meta_ac,
 2219 				 struct ocfs2_alloc_context *data_ac,  in ocfs2_fill_new_dir_el()
 2288 				     struct ocfs2_alloc_context *meta_ac,  in ocfs2_dx_dir_attach_index()
 2431 				      struct ocfs2_alloc_context *data_ac,  in __ocfs2_dx_dir_new_cluster()
 2472 				    struct ocfs2_alloc_context *data_ac,  in ocfs2_dx_dir_new_cluster()
 2473 				    struct ocfs2_alloc_context *meta_ac,  in ocfs2_dx_dir_new_cluster()
 2514 				 struct ocfs2_alloc_context *data_ac,  in ocfs2_fill_new_dir_dx()
 2515 				 struct ocfs2_alloc_context *meta_ac)  in ocfs2_fill_new_dir_dx()
 2569 		       struct ocfs2_alloc_context *data_ac,  in ocfs2_fill_new_dir()
 [all …]
 
 | 
| D | refcounttree.c | 51 	struct ocfs2_alloc_context *meta_ac;52 	struct ocfs2_alloc_context *data_ac;
 554 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_create_refcount_tree()
 1278 					struct ocfs2_alloc_context *meta_ac)  in ocfs2_expand_inline_ref_root()
 1516 					 struct ocfs2_alloc_context *meta_ac)  in ocfs2_new_leaf_refcount_block()
 1612 				      struct ocfs2_alloc_context *meta_ac)  in ocfs2_expand_refcount_tree()
 1740 				     struct ocfs2_alloc_context *meta_ac)  in ocfs2_insert_refcount_rec()
 1828 				    struct ocfs2_alloc_context *meta_ac,  in ocfs2_split_refcount_rec()
 1982 				     struct ocfs2_alloc_context *meta_ac,  in __ocfs2_increase_refcount()
 2076 				struct ocfs2_alloc_context *meta_ac,  in ocfs2_remove_refcount_extent()
 [all …]
 
 | 
| D | move_extents.c | 46 	struct ocfs2_alloc_context *meta_ac;47 	struct ocfs2_alloc_context *data_ac;
 159 					struct ocfs2_alloc_context **meta_ac,  in ocfs2_lock_meta_allocator_move_extents()
 335 		struct ocfs2_alloc_context *data_ac = context->data_ac;  in ocfs2_defrag_extent()
 
 | 
| D | aops.c | 1131 			       struct ocfs2_alloc_context *data_ac,  in ocfs2_write_cluster()1132 			       struct ocfs2_alloc_context *meta_ac,  in ocfs2_write_cluster()
 1232 				       struct ocfs2_alloc_context *data_ac,  in ocfs2_write_cluster_by_desc()
 1233 				       struct ocfs2_alloc_context *meta_ac,  in ocfs2_write_cluster_by_desc()
 1670 	struct ocfs2_alloc_context *data_ac = NULL;  in ocfs2_write_begin_nolock()
 1671 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_write_begin_nolock()
 2303 	struct ocfs2_alloc_context *data_ac = NULL;  in ocfs2_dio_end_io_write()
 2304 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_dio_end_io_write()
 
 | 
| D | xattr.c | 71 	struct ocfs2_alloc_context *meta_ac;72 	struct ocfs2_alloc_context *data_ac;
 582 			     struct ocfs2_alloc_context **xattr_ac)  in ocfs2_calc_security_init()
 2325 					struct ocfs2_alloc_context **meta_ac,  in ocfs2_lock_xattr_remove_allocators()
 3452 			   struct ocfs2_alloc_context *meta_ac,  in ocfs2_xattr_set_handle()
 3453 			   struct ocfs2_alloc_context *data_ac)  in ocfs2_xattr_set_handle()
 5430 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_rm_xattr_cluster()
 6286 					struct ocfs2_alloc_context **meta_ac)  in ocfs2_reflink_lock_xattr_allocators()
 6345 				      struct ocfs2_alloc_context *meta_ac,  in ocfs2_reflink_xattr_header()
 6476 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_reflink_xattr_inline()
 [all …]
 
 | 
| D | alloc.c | 990 				     struct ocfs2_alloc_context *meta_ac,  in ocfs2_create_new_meta_bhs()1151 			    struct ocfs2_alloc_context *meta_ac)  in ocfs2_add_branch()
 1352 				  struct ocfs2_alloc_context *meta_ac,  in ocfs2_shift_tree_depth()
 1527 			   struct ocfs2_alloc_context *meta_ac)  in ocfs2_grow_tree()
 4708 			struct ocfs2_alloc_context *meta_ac)  in ocfs2_insert_extent()
 4777 				struct ocfs2_alloc_context *data_ac,  in ocfs2_add_clusters_in_btree()
 4778 				struct ocfs2_alloc_context *meta_ac,  in ocfs2_add_clusters_in_btree()
 4910 				  struct ocfs2_alloc_context *meta_ac)  in ocfs2_split_and_insert()
 5063 		       struct ocfs2_alloc_context *meta_ac,  in ocfs2_split_extent()
 5154 			     struct ocfs2_alloc_context *meta_ac,  in ocfs2_change_extent_flag()
 [all …]
 
 | 
| D | file.c | 537 			 struct ocfs2_alloc_context *data_ac,  in ocfs2_add_inode_data()538 			 struct ocfs2_alloc_context *meta_ac,  in ocfs2_add_inode_data()
 562 	struct ocfs2_alloc_context *data_ac = NULL;  in ocfs2_extend_allocation()
 563 	struct ocfs2_alloc_context *meta_ac = NULL;  in ocfs2_extend_allocation()
 
 |