Searched refs:ocfs2_remove_extent (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.h | 124 int ocfs2_remove_extent(handle_t *handle, struct ocfs2_extent_tree *et,
|
H A D | ocfs2_trace.h | 502 TRACE_EVENT(ocfs2_remove_extent,
|
H A D | alloc.c | 5506 int ocfs2_remove_extent(handle_t *handle, in ocfs2_remove_extent() function 5765 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
|
H A D | xattr.c | 785 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range() 3110 * by ocfs2_remove_extent itself. in ocfs2_calc_xattr_set_need() 5482 ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac, in ocfs2_rm_xattr_cluster()
|
H A D | refcounttree.c | 2095 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.h | 122 int ocfs2_remove_extent(handle_t *handle, struct ocfs2_extent_tree *et,
|
H A D | ocfs2_trace.h | 502 TRACE_EVENT(ocfs2_remove_extent,
|
H A D | alloc.c | 5504 int ocfs2_remove_extent(handle_t *handle, in ocfs2_remove_extent() function 5763 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
|
H A D | xattr.c | 779 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range() 3104 * by ocfs2_remove_extent itself. in ocfs2_calc_xattr_set_need() 5476 ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac, in ocfs2_rm_xattr_cluster()
|
H A D | refcounttree.c | 2093 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
|
Completed in 69 milliseconds