/linux-6.1.9/fs/ocfs2/ |
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.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 | 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 784 &ctxt->dealloc); in __ocfs2_remove_xattr_range() 797 len, ctxt->meta_ac, &ctxt->dealloc, 1); in __ocfs2_remove_xattr_range() 799 ret = ocfs2_cache_cluster_dealloc(&ctxt->dealloc, in __ocfs2_remove_xattr_range() 2371 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside() 2415 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside() 3259 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt() 3656 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set() 3658 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set() 5429 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local [all …]
|
D | xattr.h | 79 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
D | move_extents.c | 46 struct ocfs2_cached_dealloc_ctxt dealloc; member 118 &context->dealloc); in __ocfs2_move_extent() 137 &context->dealloc, 1); in __ocfs2_move_extent() 788 ocfs2_init_dealloc_ctxt(&context->dealloc); in __ocfs2_move_extents_range() 897 ocfs2_run_deallocs(osb, &context->dealloc); in __ocfs2_move_extents_range()
|
D | aops.c | 2283 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local 2296 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dio_end_io_write() 2333 et.et_dealloc = &dealloc; in ocfs2_dio_end_io_write() 2361 meta_ac, &dealloc); in ocfs2_dio_end_io_write() 2384 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dio_end_io_write()
|
D | file.c | 1766 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local 1776 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range() 1898 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range() 1914 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-6.1.9/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-6.1.9/rust/kernel/ |
D | allocator.rs | 19 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() method
|
/linux-6.1.9/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-6.1.9/rust/alloc/ |
D | alloc.rs | 108 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() function 246 unsafe { dealloc(ptr.as_ptr(), layout) } in deallocate()
|
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 1589 goto dealloc; in qla2x00_update_fru_versions() 1596 dealloc: in qla2x00_update_fru_versions() 1638 goto dealloc; in qla2x00_read_fru_status() 1646 dealloc: in qla2x00_read_fru_status() 1689 goto dealloc; in qla2x00_write_fru_status() 1694 dealloc: in qla2x00_write_fru_status() 1735 goto dealloc; in qla2x00_write_i2c() 1740 dealloc: in qla2x00_write_i2c() 1780 goto dealloc; in qla2x00_read_i2c() 1789 dealloc: in qla2x00_read_i2c()
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf_internal.h | 164 void (*dealloc)(struct bpf_link *link); member
|
D | usdt.c | 1010 link->link.dealloc = &bpf_link_usdt_dealloc; in usdt_manager_attach_usdt()
|
/linux-6.1.9/drivers/char/xillybus/ |
D | xillyusb.c | 1901 goto dealloc; in xillyusb_setup_base_eps() 1908 goto dealloc; in xillyusb_setup_base_eps() 1914 dealloc: in xillyusb_setup_base_eps()
|
/linux-6.1.9/kernel/bpf/ |
D | net_namespace.c | 238 .dealloc = bpf_netns_link_dealloc,
|
D | bpf_struct_ops.c | 332 .dealloc = bpf_struct_ops_link_dealloc,
|
D | bpf_iter.c | 496 .dealloc = bpf_iter_link_dealloc,
|
D | trampoline.c | 646 .dealloc = bpf_shim_tramp_link_dealloc,
|
D | syscall.c | 2725 link->ops->dealloc(link); in bpf_link_free() 2945 .dealloc = bpf_tracing_link_dealloc, 3197 .dealloc = bpf_raw_tp_link_dealloc, 3226 .dealloc = bpf_perf_link_dealloc,
|
D | cgroup.c | 1266 .dealloc = bpf_cgroup_link_dealloc,
|
/linux-6.1.9/fs/ntfs3/ |
D | attrib.c | 1768 CLST svcn, evcn1, len, dealloc, alen; in attr_collapse_range() local 1830 dealloc = 0; in attr_collapse_range() 1875 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 1993 total_size -= (u64)dealloc << sbi->cluster_bits; in attr_collapse_range()
|