Home
last modified time | relevance | path

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

/linux-4.4.14/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()
156 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
437 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
481 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
502 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
562 struct ocfs2_alloc_context *cluster_ac, in ocfs2_bg_alloc_cleanup()
594 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
679 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()
729 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
785 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits()
1112 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1118 *ac = kzalloc(sizeof(struct ocfs2_alloc_context), GFP_KERNEL); in ocfs2_local_alloc_reserve_for_window()
1134 memset(*ac, 0, sizeof(struct ocfs2_alloc_context)); in ocfs2_local_alloc_reserve_for_window()
1163 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1258 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()
359 struct ocfs2_alloc_context *meta_ac, in ocfs2_init_acl()
360 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;
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 …]
Dnamei.c76 struct ocfs2_alloc_context *inode_ac);
249 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_mknod()
250 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod()
251 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_mknod()
510 struct ocfs2_alloc_context *inode_ac, in __ocfs2_mknod_locked()
623 struct ocfs2_alloc_context *inode_ac) in ocfs2_mknod_locked()
1803 struct ocfs2_alloc_context *inode_ac = NULL; in ocfs2_symlink()
1804 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink()
1805 struct ocfs2_alloc_context *xattr_ac = NULL; in ocfs2_symlink()
2426 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,
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 …]
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()
Dxattr.c79 struct ocfs2_alloc_context *meta_ac;
80 struct ocfs2_alloc_context *data_ac;
591 struct ocfs2_alloc_context **xattr_ac) in ocfs2_calc_security_init()
2308 struct ocfs2_alloc_context **meta_ac, in ocfs2_lock_xattr_remove_allocators()
3435 struct ocfs2_alloc_context *meta_ac, in ocfs2_xattr_set_handle()
3436 struct ocfs2_alloc_context *data_ac) in ocfs2_xattr_set_handle()
5416 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_rm_xattr_cluster()
6272 struct ocfs2_alloc_context **meta_ac) in ocfs2_reflink_lock_xattr_allocators()
6331 struct ocfs2_alloc_context *meta_ac, in ocfs2_reflink_xattr_header()
6462 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_reflink_xattr_inline()
[all …]
Daops.c1583 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster()
1584 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster()
1681 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster_by_desc()
1682 struct ocfs2_alloc_context *meta_ac, in ocfs2_write_cluster_by_desc()
2087 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_write_begin_nolock()
2088 struct ocfs2_alloc_context *meta_ac = NULL; in ocfs2_write_begin_nolock()
Dalloc.c998 struct ocfs2_alloc_context *meta_ac, in ocfs2_create_new_meta_bhs()
1159 struct ocfs2_alloc_context *meta_ac) in ocfs2_add_branch()
1340 struct ocfs2_alloc_context *meta_ac, in ocfs2_shift_tree_depth()
1507 struct ocfs2_alloc_context *meta_ac) in ocfs2_grow_tree()
4687 struct ocfs2_alloc_context *meta_ac) in ocfs2_insert_extent()
4756 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree()
4757 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_clusters_in_btree()
4889 struct ocfs2_alloc_context *meta_ac) in ocfs2_split_and_insert()
5042 struct ocfs2_alloc_context *meta_ac, in ocfs2_split_extent()
5140 struct ocfs2_alloc_context *meta_ac, in ocfs2_change_extent_flag()
[all …]
Dfile.c549 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data()
550 struct ocfs2_alloc_context *meta_ac, in ocfs2_add_inode_data()
574 struct ocfs2_alloc_context *data_ac = NULL; in __ocfs2_extend_allocation()
575 struct ocfs2_alloc_context *meta_ac = NULL; in __ocfs2_extend_allocation()