Home
last modified time | relevance | path

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

/linux-4.1.27/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);
106 struct ocfs2_alloc_context *ac,
115 struct ocfs2_alloc_context *ac,
120 struct ocfs2_alloc_context *ac,
[all …]
Dxattr.h52 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 **);
Dacl.h36 struct ocfs2_alloc_context *meta_ac,
37 struct ocfs2_alloc_context *data_ac);
41 struct ocfs2_alloc_context *,
42 struct ocfs2_alloc_context *);
Dlocalalloc.h46 struct ocfs2_alloc_context;
49 struct ocfs2_alloc_context *ac);
53 struct ocfs2_alloc_context *ac,
60 struct ocfs2_alloc_context *ac,
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,
Dfile.h35 struct ocfs2_alloc_context;
51 struct ocfs2_alloc_context *data_ac,
52 struct ocfs2_alloc_context *meta_ac,
Ddir.h103 struct ocfs2_alloc_context;
109 struct ocfs2_alloc_context *data_ac,
110 struct ocfs2_alloc_context *meta_ac);
Dsuballoc.c109 static int ocfs2_claim_suballoc_bits(struct ocfs2_alloc_context *ac,
134 struct ocfs2_alloc_context **ac);
136 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
158 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
453 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
497 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
518 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
578 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
610 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
695 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc()
[all …]
Dlocalalloc.c67 struct ocfs2_alloc_context **ac,
73 struct ocfs2_alloc_context *ac);
629 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits()
730 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
786 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits()
1113 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1119 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_local_alloc_reserve_for_window()
1135 memset(*ac, 0, sizeof(struct ocfs2_alloc_context)); in ocfs2_local_alloc_reserve_for_window()
1164 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1259 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.c229 struct ocfs2_alloc_context *meta_ac, in ocfs2_set_acl()
230 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl()
345 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl()
346 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl()
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()
1290 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_inline_ref_root()
1530 struct ocfs2_alloc_context *meta_ac) in ocfs2_new_leaf_refcount_block()
1626 struct ocfs2_alloc_context *meta_ac) in ocfs2_expand_refcount_tree()
1754 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_refcount_rec()
1842 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_refcount_rec()
1996 struct ocfs2_alloc_context *meta_ac, in __ocfs2_increase_refcount()
2090 struct ocfs2_alloc_context *meta_ac, in ocfs2_remove_refcount_extent()
[all …]
Dnamei.c76 struct ocfs2_alloc_context *inode_ac);
247 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_mknod()
248 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod()
249 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod()
503 struct ocfs2_alloc_context *inode_ac, in __ocfs2_mknod_locked()
616 struct ocfs2_alloc_context *inode_ac) in ocfs2_mknod_locked()
1760 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_symlink()
1761 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink()
1762 struct ocfs2_alloc_context *xattr_ac = NULL; in ocfs2_symlink()
2378 struct ocfs2_alloc_context **ret_inode_ac) in ocfs2_prep_new_orphaned_file()
[all …]
Ddir.c79 struct ocfs2_alloc_context *data_ac,
80 struct ocfs2_alloc_context *meta_ac,
2255 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_el()
2324 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_attach_index()
2467 struct ocfs2_alloc_context *data_ac, in __ocfs2_dx_dir_new_cluster()
2508 struct ocfs2_alloc_context *data_ac, in ocfs2_dx_dir_new_cluster()
2509 struct ocfs2_alloc_context *meta_ac, in ocfs2_dx_dir_new_cluster()
2550 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_dx()
2551 struct ocfs2_alloc_context *meta_ac) in ocfs2_fill_new_dir_dx()
2605 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir()
[all …]
Dmove_extents.c53 struct ocfs2_alloc_context *meta_ac;
54 struct ocfs2_alloc_context *data_ac;
171 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_allocators_move_extents()
172 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators_move_extents()
Dxattr.c79 struct ocfs2_alloc_context *meta_ac;
80 struct ocfs2_alloc_context *data_ac;
597 struct ocfs2_alloc_context **xattr_ac) in ocfs2_calc_security_init()
2314 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators()
3441 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle()
3442 struct ocfs2_alloc_context *data_ac) in ocfs2_xattr_set_handle()
5424 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_rm_xattr_cluster()
6280 struct ocfs2_alloc_context **meta_ac) in ocfs2_reflink_lock_xattr_allocators()
6339 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_header()
6470 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_inline()
[all …]
Daops.c1549 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster()
1550 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster()
1647 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster_by_desc()
1648 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc()
2053 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_write_begin_nolock()
2054 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock()
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()
4668 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent()
4737 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree()
4738 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree()
4870 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert()
5024 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent()
5117 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag()
[all …]
Dfile.c545 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data()
546 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data()
570 struct ocfs2_alloc_context *data_ac = NULL; in __ocfs2_extend_allocation()
571 struct ocfs2_alloc_context *meta_ac = NULL; in __ocfs2_extend_allocation()