Searched defs:dealloc (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | refcounttree.c | 51 struct ocfs2_cached_dealloc_ctxt dealloc; member 1829 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_refcount_rec() 1983 struct ocfs2_cached_dealloc_ctxt *dealloc) in __ocfs2_increase_refcount() 2077 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_refcount_extent() 2157 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_increase_refcount() 2170 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_decrease_refcount_rec() 2225 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_decrease_refcount() 2289 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_decrease_refcount() 2341 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_mark_extent_refcounted() 3061 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_clear_ext_refcount() [all …]
|
D | alloc.c | 2563 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() 2611 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() 2644 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() 2901 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() 3017 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() 3106 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_empty_extent() 3146 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_rotate_tree_left() 3510 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_merge_rec_left() 3657 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_try_to_merge_extent() 5061 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_extent() [all …]
|
D | xattr.c | 71 struct ocfs2_cached_dealloc_ctxt dealloc; member 5425 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local 5888 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_xattr_value_attach_refcount() 5936 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_normal() 5973 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_inline_attach_refcount() 5991 struct ocfs2_cached_dealloc_ctxt *dealloc; member 6101 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_block_attach_refcount() 6136 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_xattr_attach_refcount_tree() 6186 struct ocfs2_cached_dealloc_ctxt *dealloc; member 7135 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_reflink_xattrs() local
|
D | move_extents.c | 46 struct ocfs2_cached_dealloc_ctxt dealloc; member
|
D | file.c | 1763 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local
|
D | aops.c | 2298 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local
|
D | dir.c | 4401 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dx_dir_truncate() local
|
/linux-6.6.21/rust/kernel/ |
D | allocator.rs | 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() method
|
/linux-6.6.21/rust/alloc/ |
D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() function
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf_internal.h | 165 void (*dealloc)(struct bpf_link *link); member
|
/linux-6.6.21/fs/ntfs3/ |
D | attrib.c | 1855 CLST svcn, evcn1, len, dealloc, alen; in attr_collapse_range() local
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1532 void (*dealloc)(struct bpf_link *link); member
|