/openbmc/linux/fs/ocfs2/ |
H A D | refcounttree.c | 52 struct ocfs2_cached_dealloc_ctxt dealloc; member 1830 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_refcount_rec() argument 1984 struct ocfs2_cached_dealloc_ctxt *dealloc) in __ocfs2_increase_refcount() argument 2055 meta_ac, dealloc); in __ocfs2_increase_refcount() 2078 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_refcount_extent() argument 2095 1, meta_ac, dealloc); in ocfs2_remove_refcount_extent() 2107 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE, in ocfs2_remove_refcount_extent() 2158 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_increase_refcount() argument 2162 meta_ac, dealloc); in ocfs2_increase_refcount() 2171 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_decrease_refcount_rec() argument [all …]
|
H A 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,
|
H A D | refcounttree.h | 37 struct ocfs2_cached_dealloc_ctxt *dealloc, 93 struct ocfs2_cached_dealloc_ctxt *dealloc, 103 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
H A 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 …]
|
H A 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() 2375 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside() 2419 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside() 3263 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt() 3660 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set() 3662 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set() 5433 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local [all …]
|
H A 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()
|
H A D | xattr.h | 79 struct ocfs2_cached_dealloc_ctxt *dealloc);
|
H A D | aops.c | 2297 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local 2310 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dio_end_io_write() 2347 et.et_dealloc = &dealloc; in ocfs2_dio_end_io_write() 2380 meta_ac, &dealloc); in ocfs2_dio_end_io_write() 2403 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dio_end_io_write()
|
H A D | file.c | 1768 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local 1778 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range() 1908 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range() 1924 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_remove_inode_range()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A 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()
|
/openbmc/linux/drivers/net/wireless/marvell/libertas/ |
H A 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()
|
/openbmc/linux/rust/kernel/ |
H A D | allocator.rs | 49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() method
|
/openbmc/linux/rust/alloc/ |
H A D | alloc.rs | 118 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() function 256 unsafe { dealloc(ptr.as_ptr(), layout) } in deallocate()
|
H A 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()
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | lib.rs | 151 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() method
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_bsg.c | 1588 goto dealloc; in qla2x00_update_fru_versions() 1595 dealloc: in qla2x00_update_fru_versions() 1637 goto dealloc; in qla2x00_read_fru_status() 1645 dealloc: in qla2x00_read_fru_status() 1688 goto dealloc; in qla2x00_write_fru_status() 1693 dealloc: in qla2x00_write_fru_status() 1734 goto dealloc; in qla2x00_write_i2c() 1739 dealloc: in qla2x00_write_i2c() 1779 goto dealloc; in qla2x00_read_i2c() 1788 dealloc: in qla2x00_read_i2c()
|
/openbmc/qemu/qapi/ |
H A D | meson.build | 4 'qapi-dealloc-visitor.c',
|
/openbmc/linux/net/netfilter/ |
H A D | nf_bpf_link.c | 173 .dealloc = bpf_nf_link_dealloc,
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_struct_ops.c | 349 .dealloc = bpf_struct_ops_link_dealloc, 859 .dealloc = bpf_struct_ops_map_link_dealloc,
|
H A D | tcx.c | 292 .dealloc = tcx_link_dealloc,
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 388 - (void) dealloc 390 COCOA_DEBUG("QemuCocoaView: dealloc\n"); 403 [super dealloc]; 1325 - (void) dealloc 1327 COCOA_DEBUG("QemuCocoaAppController: dealloc\n"); 1331 [super dealloc];
|
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillyusb.c | 1919 goto dealloc; in xillyusb_setup_base_eps() 1926 goto dealloc; in xillyusb_setup_base_eps() 1932 dealloc: in xillyusb_setup_base_eps()
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 391 .dealloc = hid_bpf_link_dealloc,
|
/openbmc/linux/fs/ntfs3/ |
H A D | attrib.c | 1877 CLST svcn, evcn1, len, dealloc, alen; in attr_collapse_range() local 1939 dealloc = 0; in attr_collapse_range() 1984 err = run_deallocate_ex(sbi, run, vcn1, eat, &dealloc, in attr_collapse_range() 2102 total_size -= (u64)dealloc << sbi->cluster_bits; in attr_collapse_range()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_internal.h | 179 void (*dealloc)(struct bpf_link *link); member
|