Home
last modified time | relevance | path

Searched refs:data_ac (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/fs/ocfs2/
Dmove_extents.c47 struct ocfs2_alloc_context *data_ac; member
278 ret = ocfs2_reserve_clusters(osb, *len, &context->data_ac); in ocfs2_defrag_extent()
291 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent()
334 if (need_free && context->data_ac) { in ocfs2_defrag_extent()
335 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent() local
337 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_defrag_extent()
338 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_defrag_extent()
342 data_ac->ac_inode, in ocfs2_defrag_extent()
343 data_ac->ac_bh, in ocfs2_defrag_extent()
353 if (context->data_ac) { in ocfs2_defrag_extent()
[all …]
Dacl.c222 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl() argument
254 meta_ac, data_ac); in ocfs2_set_acl()
351 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl() argument
380 meta_ac, data_ac); in ocfs2_init_acl()
398 acl, meta_ac, data_ac); in ocfs2_init_acl()
Ddir.c62 struct ocfs2_alloc_context *data_ac,
2219 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_el() argument
2231 data_ac, NULL, &new_bh); in ocfs2_fill_new_dir_el()
2431 struct ocfs2_alloc_context *data_ac, in __ocfs2_dx_dir_new_cluster() argument
2446 ret = __ocfs2_claim_clusters(handle, data_ac, 1, 1, &phys, &num); in __ocfs2_dx_dir_new_cluster()
2472 struct ocfs2_alloc_context *data_ac, in ocfs2_dx_dir_new_cluster() argument
2480 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves, in ocfs2_dx_dir_new_cluster()
2514 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir_dx() argument
2536 data_ac, &leaf_bh); in ocfs2_fill_new_dir_dx()
2569 struct ocfs2_alloc_context *data_ac, in ocfs2_fill_new_dir() argument
[all …]
Daops.c1131 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster() argument
1153 data_ac, meta_ac, NULL); in ocfs2_write_cluster()
1232 struct ocfs2_alloc_context *data_ac, in ocfs2_write_cluster_by_desc() argument
1259 data_ac, meta_ac, in ocfs2_write_cluster_by_desc()
1670 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_write_begin_nolock() local
1756 &data_ac, &meta_ac); in ocfs2_write_begin_nolock()
1762 if (data_ac) in ocfs2_write_begin_nolock()
1763 data_ac->ac_resv = &OCFS2_I(inode)->ip_la_data_resv; in ocfs2_write_begin_nolock()
1831 ret = ocfs2_write_cluster_by_desc(mapping, data_ac, meta_ac, wc, pos, in ocfs2_write_begin_nolock()
1838 if (data_ac) in ocfs2_write_begin_nolock()
[all …]
Dnamei.c237 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_mknod() local
349 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_mknod()
386 new_fe_bh, data_ac, meta_ac); in ocfs2_mknod()
405 meta_ac, data_ac); in ocfs2_mknod()
414 meta_ac, data_ac); in ocfs2_mknod()
465 if (data_ac) in ocfs2_mknod()
466 ocfs2_free_alloc_context(data_ac); in ocfs2_mknod()
1796 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_symlink() local
1893 status = ocfs2_reserve_clusters(osb, want_clusters, &data_ac); in ocfs2_symlink()
1946 handle, data_ac, NULL, in ocfs2_symlink()
[all …]
Dfile.h37 struct ocfs2_alloc_context *data_ac,
Ddir.h95 struct ocfs2_alloc_context *data_ac,
Dxattr.c72 struct ocfs2_alloc_context *data_ac; member
730 ctxt->data_ac, in ocfs2_xattr_extend_allocation()
3284 ret = ocfs2_reserve_clusters(osb, clusters_add, &ctxt->data_ac); in ocfs2_init_xattr_set_ctxt()
3453 struct ocfs2_alloc_context *data_ac) in ocfs2_xattr_set_handle() argument
3477 .data_ac = data_ac, in ocfs2_xattr_set_handle()
3654 if (ctxt.data_ac) in ocfs2_xattr_set()
3655 ocfs2_free_alloc_context(ctxt.data_ac); in ocfs2_xattr_set()
4307 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, in ocfs2_xattr_create_index_block()
5127 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, 1, in ocfs2_add_new_xattr_cluster()
6752 struct ocfs2_alloc_context **data_ac) in ocfs2_lock_reflink_xattr_rec_allocators() argument
[all …]
Dfile.c537 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data() argument
547 data_ac, meta_ac, reason_ret); in ocfs2_add_inode_data()
562 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation() local
587 &data_ac, &meta_ac); in ocfs2_extend_allocation()
634 data_ac, in ocfs2_extend_allocation()
686 if (data_ac) { in ocfs2_extend_allocation()
687 ocfs2_free_alloc_context(data_ac); in ocfs2_extend_allocation()
688 data_ac = NULL; in ocfs2_extend_allocation()
Dsuballoc.h201 struct ocfs2_alloc_context **data_ac,
Dalloc.c4777 struct ocfs2_alloc_context *data_ac, in ocfs2_add_clusters_in_btree() argument
4822 status = __ocfs2_claim_clusters(handle, data_ac, 1, in ocfs2_add_clusters_in_btree()
4866 if (data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_add_clusters_in_btree()
4867 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_add_clusters_in_btree()
4871 data_ac->ac_inode, in ocfs2_add_clusters_in_btree()
4872 data_ac->ac_bh, in ocfs2_add_clusters_in_btree()
7059 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_convert_inline_data_to_extents() local
7076 ret = ocfs2_reserve_clusters(osb, 1, &data_ac); in ocfs2_convert_inline_data_to_extents()
7108 data_ac->ac_resv = &oi->ip_la_data_resv; in ocfs2_convert_inline_data_to_extents()
7110 ret = ocfs2_claim_clusters(handle, data_ac, 1, &bit_off, in ocfs2_convert_inline_data_to_extents()
[all …]
Dalloc.h101 struct ocfs2_alloc_context *data_ac,
Drefcounttree.c52 struct ocfs2_alloc_context *data_ac; member
2842 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_refcount_allocators() argument
2876 if (data_ac) { in ocfs2_lock_refcount_allocators()
2878 data_ac); in ocfs2_lock_refcount_allocators()
3224 &context->data_ac, &credits); in ocfs2_make_clusters_writable()
3280 context->data_ac, in ocfs2_make_clusters_writable()
3340 if (context->data_ac) { in ocfs2_make_clusters_writable()
3341 ocfs2_free_alloc_context(context->data_ac); in ocfs2_make_clusters_writable()
3342 context->data_ac = NULL; in ocfs2_make_clusters_writable()
Dsuballoc.c2626 struct ocfs2_alloc_context **data_ac, in ocfs2_lock_allocators() argument
2634 if (data_ac) in ocfs2_lock_allocators()
2635 *data_ac = NULL; in ocfs2_lock_allocators()
2637 BUG_ON(clusters_to_add != 0 && data_ac == NULL); in ocfs2_lock_allocators()
2672 ret = ocfs2_reserve_clusters(osb, clusters_to_add, data_ac); in ocfs2_lock_allocators()