Searched refs:__ocfs2_claim_clusters (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | suballoc.h | 114 int __ocfs2_claim_clusters(handle_t *handle,
|
H A D | move_extents.c | 281 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent()
|
H A D | suballoc.c | 2298 int __ocfs2_claim_clusters(handle_t *handle, in __ocfs2_claim_clusters() function 2377 return __ocfs2_claim_clusters(handle, ac, min_clusters, in ocfs2_claim_clusters()
|
H A D | dir.c | 2455 ret = __ocfs2_claim_clusters(handle, data_ac, 1, 1, &phys, &num); in __ocfs2_dx_dir_new_cluster()
|
H A D | xattr.c | 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()
|
H A D | refcounttree.c | 3281 ret = __ocfs2_claim_clusters(handle, in ocfs2_make_clusters_writable()
|
H A D | alloc.c | 4821 status = __ocfs2_claim_clusters(handle, data_ac, 1, in ocfs2_add_clusters_in_btree()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | suballoc.h | 112 int __ocfs2_claim_clusters(handle_t *handle,
|
H A D | move_extents.c | 279 ret = __ocfs2_claim_clusters(handle, context->data_ac, 1, *len, in ocfs2_defrag_extent()
|
H A D | suballoc.c | 2296 int __ocfs2_claim_clusters(handle_t *handle, in __ocfs2_claim_clusters() function 2375 return __ocfs2_claim_clusters(handle, ac, min_clusters, in ocfs2_claim_clusters()
|
H A D | dir.c | 2444 ret = __ocfs2_claim_clusters(handle, data_ac, 1, 1, &phys, &num); in __ocfs2_dx_dir_new_cluster()
|
H A D | xattr.c | 4301 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, in ocfs2_xattr_create_index_block() 5121 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, 1, in ocfs2_add_new_xattr_cluster()
|
H A D | refcounttree.c | 3252 ret = __ocfs2_claim_clusters(handle, in ocfs2_make_clusters_writable()
|
H A D | alloc.c | 4819 status = __ocfs2_claim_clusters(handle, data_ac, 1, in ocfs2_add_clusters_in_btree()
|
Completed in 68 milliseconds