Home
last modified time | relevance | path

Searched refs:ocfs2_alloc_context (Results 1 – 19 of 19) sorted by relevance

/fs/ocfs2/
Dsuballoc.h24 struct ocfs2_alloc_context { struct
52 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 …]
Dxattr.h44 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 **);
Dalloc.h82 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,
Dlocalalloc.h32 struct ocfs2_alloc_context;
35 struct ocfs2_alloc_context *ac);
39 struct ocfs2_alloc_context *ac,
46 struct ocfs2_alloc_context *ac,
Dsuballoc.c93 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 …]
Dfile.h21 struct ocfs2_alloc_context;
37 struct ocfs2_alloc_context *data_ac,
38 struct ocfs2_alloc_context *meta_ac,
Ddir.h89 struct ocfs2_alloc_context;
95 struct ocfs2_alloc_context *data_ac,
96 struct ocfs2_alloc_context *meta_ac);
Dacl.h26 struct ocfs2_alloc_context *,
27 struct ocfs2_alloc_context *);
Dlocalalloc.c53 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()
Dacl.c221 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()
Drefcounttree.h38 struct ocfs2_alloc_context *meta_ac,
104 struct ocfs2_alloc_context *meta_ac,
Ddir.c62 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 …]
Dnamei.c63 struct ocfs2_alloc_context *inode_ac);
238 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_mknod()
239 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod()
240 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod()
503 struct ocfs2_alloc_context *inode_ac, in __ocfs2_mknod_locked()
618 struct ocfs2_alloc_context *inode_ac) in ocfs2_mknod_locked()
1796 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_symlink()
1797 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink()
1798 struct ocfs2_alloc_context *xattr_ac = NULL; in ocfs2_symlink()
2422 struct ocfs2_alloc_context **ret_inode_ac) in ocfs2_prep_new_orphaned_file()
[all …]
Drefcounttree.c51 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 …]
Dmove_extents.c46 struct ocfs2_alloc_context *meta_ac;
47 struct ocfs2_alloc_context *data_ac;
149 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_meta_allocator_move_extents()
325 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent()
Daops.c1131 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()
2317 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_dio_end_io_write()
2318 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_dio_end_io_write()
Dxattr.c71 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 …]
Dalloc.c990 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 …]
Dfile.c541 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data()
542 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data()
566 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation()
567 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_extend_allocation()