/Linux-v6.6/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() argument 1983 struct ocfs2_cached_dealloc_ctxt *dealloc) in __ocfs2_increase_refcount() argument 2054 meta_ac, dealloc); in __ocfs2_increase_refcount() 2077 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_refcount_extent() argument 2094 1, meta_ac, dealloc); in ocfs2_remove_refcount_extent() 2106 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE, in ocfs2_remove_refcount_extent() 2157 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_increase_refcount() argument 2161 meta_ac, dealloc); in ocfs2_increase_refcount() 2170 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_decrease_refcount_rec() argument [all …]
|
D | alloc.h | 110 struct ocfs2_cached_dealloc_ctxt *dealloc); 115 struct ocfs2_cached_dealloc_ctxt *dealloc); 120 struct ocfs2_cached_dealloc_ctxt *dealloc, 125 struct ocfs2_cached_dealloc_ctxt *dealloc); 129 struct ocfs2_cached_dealloc_ctxt *dealloc,
|
D | refcounttree.h | 37 struct ocfs2_cached_dealloc_ctxt *dealloc, 93 struct ocfs2_cached_dealloc_ctxt *dealloc, 103 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
D | alloc.c | 2563 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() argument 2598 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path() 2611 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument 2635 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree() 2644 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument 2765 subtree_index, dealloc); in ocfs2_rotate_subtree_left() 2901 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument 2972 dealloc, &deleted); in __ocfs2_rotate_tree_left() 3017 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument 3069 subtree_index, dealloc); in ocfs2_remove_rightmost_path() [all …]
|
D | xattr.c | 71 struct ocfs2_cached_dealloc_ctxt dealloc; member 780 &ctxt->dealloc); in __ocfs2_remove_xattr_range() 793 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range() 795 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range() 2367 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside() 2411 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside() 3255 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt() 3652 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set() 3654 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set() 5425 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local [all …]
|
D | move_extents.c | 46 struct ocfs2_cached_dealloc_ctxt dealloc; member 110 &context->dealloc); in __ocfs2_move_extent() 127 &context->dealloc, 1); in __ocfs2_move_extent() 779 ocfs2_init_dealloc_ctxt(&context->dealloc); in __ocfs2_move_extents_range() 888 ocfs2_run_deallocs(osb, &context->dealloc); in __ocfs2_move_extents_range()
|
D | xattr.h | 79 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
D | aops.c | 2298 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local 2311 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dio_end_io_write() 2348 et.et_dealloc = &dealloc; in ocfs2_dio_end_io_write() 2376 meta_ac, &dealloc); in ocfs2_dio_end_io_write() 2399 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dio_end_io_write()
|
D | file.c | 1763 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local 1773 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range() 1895 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range() 1911 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_remove_inode_range()
|
D | dir.c | 4401 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dx_dir_truncate() local 4404 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dx_dir_truncate() 4433 &dealloc, 0, false); in ocfs2_dx_dir_truncate() 4455 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dx_dir_truncate()
|
/Linux-v6.6/drivers/net/wireless/marvell/libertas_tf/ |
D | if_usb.c | 199 goto dealloc; in if_usb_probe() 204 goto dealloc; in if_usb_probe() 208 goto dealloc; in if_usb_probe() 212 goto dealloc; in if_usb_probe() 218 goto dealloc; in if_usb_probe() 224 goto dealloc; in if_usb_probe() 231 dealloc: in if_usb_probe()
|
/Linux-v6.6/rust/kernel/ |
D | allocator.rs | 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() method
|
/Linux-v6.6/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 243 goto dealloc; in if_usb_probe() 247 goto dealloc; in if_usb_probe() 251 goto dealloc; in if_usb_probe() 256 goto dealloc; in if_usb_probe() 294 dealloc: in if_usb_probe()
|
/Linux-v6.6/rust/alloc/ |
D | alloc.rs | 122 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() function 260 unsafe { dealloc(ptr.as_ptr(), layout) } in deallocate()
|
D | slice.rs | 865 alloc::dealloc(buf_ptr as *mut u8, alloc::Layout::array::<T>(len).unwrap_unchecked()); in stable_sort() 882 alloc::dealloc( in stable_sort()
|
/Linux-v6.6/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 1594 goto dealloc; in qla2x00_update_fru_versions() 1601 dealloc: in qla2x00_update_fru_versions() 1643 goto dealloc; in qla2x00_read_fru_status() 1651 dealloc: in qla2x00_read_fru_status() 1694 goto dealloc; in qla2x00_write_fru_status() 1699 dealloc: in qla2x00_write_fru_status() 1740 goto dealloc; in qla2x00_write_i2c() 1745 dealloc: in qla2x00_write_i2c() 1785 goto dealloc; in qla2x00_read_i2c() 1794 dealloc: in qla2x00_read_i2c()
|
/Linux-v6.6/net/netfilter/ |
D | nf_bpf_link.c | 170 .dealloc = bpf_nf_link_dealloc,
|
/Linux-v6.6/kernel/bpf/ |
D | bpf_struct_ops.c | 349 .dealloc = bpf_struct_ops_link_dealloc, 859 .dealloc = bpf_struct_ops_map_link_dealloc,
|
D | tcx.c | 292 .dealloc = tcx_link_dealloc,
|
D | net_namespace.c | 238 .dealloc = bpf_netns_link_dealloc,
|
D | bpf_iter.c | 496 .dealloc = bpf_iter_link_dealloc,
|
/Linux-v6.6/drivers/hid/bpf/ |
D | hid_bpf_jmp_table.c | 384 .dealloc = hid_bpf_link_dealloc,
|
/Linux-v6.6/drivers/char/xillybus/ |
D | xillyusb.c | 1915 goto dealloc; in xillyusb_setup_base_eps() 1922 goto dealloc; in xillyusb_setup_base_eps() 1928 dealloc: in xillyusb_setup_base_eps()
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf_internal.h | 165 void (*dealloc)(struct bpf_link *link); member
|
/Linux-v6.6/fs/ntfs3/ |
D | attrib.c | 1844 CLST svcn, evcn1, len, dealloc, alen; in attr_collapse_range() local 1906 dealloc = 0; in attr_collapse_range() 1951 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2069 total_size -= (u64)dealloc << sbi->cluster_bits; in attr_collapse_range()
|