Searched refs:__ocfs2_claim_clusters (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ocfs2/ |
H A D | suballoc.h | 117 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 | 2378 int __ocfs2_claim_clusters(handle_t *handle, in __ocfs2_claim_clusters() function 2458 return __ocfs2_claim_clusters(handle, ac, min_clusters, in ocfs2_claim_clusters()
|
H A D | xattr.c | 4300 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, in ocfs2_xattr_create_index_block() 5120 ret = __ocfs2_claim_clusters(handle, ctxt->data_ac, 1, in ocfs2_add_new_xattr_cluster()
|
H A D | dir.c | 2477 ret = __ocfs2_claim_clusters(handle, data_ac, 1, 1, &phys, &num); in __ocfs2_dx_dir_new_cluster()
|
H A D | alloc.c | 4834 status = __ocfs2_claim_clusters(handle, data_ac, 1, in ocfs2_add_clusters_in_btree()
|