Home
last modified time | relevance | path

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

/fs/ocfs2/
Dsuballoc.h38 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);
90 struct ocfs2_alloc_context *ac,
99 struct ocfs2_alloc_context *ac,
104 struct ocfs2_alloc_context *ac,
[all …]
Dxattr.h54 struct ocfs2_alloc_context *,
55 struct ocfs2_alloc_context *);
65 struct ocfs2_alloc_context *,
66 struct ocfs2_alloc_context *);
69 int *, int *, struct ocfs2_alloc_context **);
Dalloc.h95 struct ocfs2_alloc_context;
102 struct ocfs2_alloc_context *meta_ac);
114 struct ocfs2_alloc_context *data_ac,
115 struct ocfs2_alloc_context *meta_ac,
124 struct ocfs2_alloc_context *meta_ac,
129 struct ocfs2_alloc_context *meta_ac,
134 struct ocfs2_alloc_context *meta_ac,
139 struct ocfs2_alloc_context *meta_ac,
Dlocalalloc.h46 struct ocfs2_alloc_context;
49 struct ocfs2_alloc_context *ac);
53 struct ocfs2_alloc_context *ac,
Dsuballoc.c109 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,
140 struct ocfs2_alloc_context **ac);
142 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
164 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
459 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
503 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
524 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
584 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
616 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
701 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc()
[all …]
Dfile.h35 struct ocfs2_alloc_context;
51 struct ocfs2_alloc_context *data_ac,
52 struct ocfs2_alloc_context *meta_ac,
Ddir.h104 struct ocfs2_alloc_context;
110 struct ocfs2_alloc_context *data_ac,
111 struct ocfs2_alloc_context *meta_ac);
Dacl.h33 struct ocfs2_alloc_context *,
34 struct ocfs2_alloc_context *);
Dlocalalloc.c67 struct ocfs2_alloc_context **ac,
73 struct ocfs2_alloc_context *ac);
630 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits()
731 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
1076 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1082 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_local_alloc_reserve_for_window()
1098 memset(*ac, 0, sizeof(struct ocfs2_alloc_context)); in ocfs2_local_alloc_reserve_for_window()
1127 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1222 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window()
Drefcounttree.h46 struct ocfs2_alloc_context *meta_ac,
112 struct ocfs2_alloc_context *meta_ac,
Dacl.c235 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl()
236 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl()
348 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl()
349 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl()
Dnamei.c76 struct ocfs2_alloc_context *inode_ac);
220 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_mknod()
221 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod()
222 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod()
470 struct ocfs2_alloc_context *inode_ac, in __ocfs2_mknod_locked()
582 struct ocfs2_alloc_context *inode_ac) in ocfs2_mknod_locked()
1595 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_symlink()
1596 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink()
1597 struct ocfs2_alloc_context *xattr_ac = NULL; in ocfs2_symlink()
2159 struct ocfs2_alloc_context **ret_inode_ac) in ocfs2_prep_new_orphaned_file()
[all …]
Ddir.c80 struct ocfs2_alloc_context *data_ac,
81 struct ocfs2_alloc_context *meta_ac,
2310 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_el()
2379 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index()
2522 struct ocfs2_alloc_context *data_ac, in __ocfs2_dx_dir_new_cluster()
2563 struct ocfs2_alloc_context *data_ac, in ocfs2_dx_dir_new_cluster()
2564 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster()
2605 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_dx()
2606 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx()
2660 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir()
[all …]
Drefcounttree.c58 struct ocfs2_alloc_context *meta_ac;
59 struct ocfs2_alloc_context *data_ac;
564 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_create_refcount_tree()
1285 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_inline_ref_root()
1526 struct ocfs2_alloc_context *meta_ac) in ocfs2_new_leaf_refcount_block()
1622 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_refcount_tree()
1750 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_refcount_rec()
1838 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_refcount_rec()
1992 struct ocfs2_alloc_context *meta_ac, in __ocfs2_increase_refcount()
2086 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_refcount_extent()
[all …]
Dmove_extents.c53 struct ocfs2_alloc_context *meta_ac;
54 struct ocfs2_alloc_context *data_ac;
169 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_allocators_move_extents()
170 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators_move_extents()
Daops.c1213 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster()
1214 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster()
1311 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster_by_desc()
1312 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc()
1716 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_write_begin_nolock()
1717 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock()
Dxattr.c79 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()
2304 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators()
3429 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle()
3430 struct ocfs2_alloc_context *data_ac) in ocfs2_xattr_set_handle()
5420 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_rm_xattr_cluster()
6268 struct ocfs2_alloc_context **meta_ac) in ocfs2_reflink_lock_xattr_allocators()
6327 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_header()
6458 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_inline()
[all …]
Dalloc.c1000 struct ocfs2_alloc_context *meta_ac, in ocfs2_create_new_meta_bhs()
1161 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch()
1342 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth()
1512 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree()
4671 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent()
4740 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree()
4741 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree()
4857 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert()
5002 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent()
5095 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag()
[all …]
Dfile.c550 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data()
551 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data()
575 struct ocfs2_alloc_context *data_ac = NULL; in __ocfs2_extend_allocation()
576 struct ocfs2_alloc_context *meta_ac = NULL; in __ocfs2_extend_allocation()