Searched refs:data_ac (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | move_extents.c | 45 struct ocfs2_alloc_context *data_ac; member 272 ret = ocfs2_reserve_clusters(osb, *len, &context->data_ac); in ocfs2_defrag_extent() 285 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent() 328 if (need_free && context->data_ac) { in ocfs2_defrag_extent() 329 struct ocfs2_alloc_context *data_ac = context->data_ac; in ocfs2_defrag_extent() local 331 if (context->data_ac->ac_which == OCFS2_AC_USE_LOCAL) in ocfs2_defrag_extent() 332 ocfs2_free_local_alloc_bits(osb, handle, data_ac, in ocfs2_defrag_extent() 336 data_ac->ac_inode, in ocfs2_defrag_extent() 337 data_ac->ac_bh, in ocfs2_defrag_extent() 347 if (context->data_ac) { in ocfs2_defrag_extent() [all …]
|
| H A D | acl.c | 221 struct ocfs2_alloc_context *data_ac) in ocfs2_set_acl() argument 253 meta_ac, data_ac); in ocfs2_set_acl() 358 struct ocfs2_alloc_context *data_ac) in ocfs2_init_acl() argument 387 meta_ac, data_ac); in ocfs2_init_acl() 405 acl, meta_ac, data_ac); in ocfs2_init_acl()
|
| H A D | file.h | 36 struct ocfs2_alloc_context *data_ac,
|
| H A D | dir.h | 93 struct ocfs2_alloc_context *data_ac,
|
| H A D | file.c | 544 struct ocfs2_alloc_context *data_ac, in ocfs2_add_inode_data() argument 553 data_ac, meta_ac, reason_ret); in ocfs2_add_inode_data() 566 struct ocfs2_alloc_context *data_ac = NULL; in ocfs2_extend_allocation() local 591 &data_ac, &meta_ac); in ocfs2_extend_allocation() 638 data_ac, in ocfs2_extend_allocation() 690 if (data_ac) { in ocfs2_extend_allocation() 691 ocfs2_free_alloc_context(data_ac); in ocfs2_extend_allocation() 692 data_ac = NULL; in ocfs2_extend_allocation()
|
| H A D | suballoc.h | 204 struct ocfs2_alloc_context **data_ac,
|