Searched refs:ocfs2_remove_extent (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | alloc.h | 137 int ocfs2_remove_extent(handle_t *handle, struct ocfs2_extent_tree *et,
|
D | alloc.c | 5467 int ocfs2_remove_extent(handle_t *handle, in ocfs2_remove_extent() function 5732 ret = ocfs2_remove_extent(handle, et, cpos, len, meta_ac, dealloc); in ocfs2_remove_btree_range()
|
D | ocfs2_trace.h | 501 TRACE_EVENT(ocfs2_remove_extent,
|
D | xattr.c | 797 ret = ocfs2_remove_extent(handle, &et, cpos, len, ctxt->meta_ac, in __ocfs2_remove_xattr_range() 5476 ret = ocfs2_remove_extent(handle, &et, cpos, len, meta_ac, in ocfs2_rm_xattr_cluster()
|
D | refcounttree.c | 2107 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
|