Searched refs:dealloc (Results 1 – 19 of 19) sorted by relevance
| /linux/fs/ocfs2/ |
| 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 | move_extents.c | 46 struct ocfs2_cached_dealloc_ctxt dealloc; member 116 &context->dealloc); in __ocfs2_move_extent() 133 &context->dealloc, 1); in __ocfs2_move_extent() 789 ocfs2_init_dealloc_ctxt(&context->dealloc); in __ocfs2_move_extents_range() 903 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 | file.c | 1776 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local 1786 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range() 1916 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range() 1932 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_remove_inode_range()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.c | 228 goto dealloc; in if_usb_probe() 245 goto dealloc; in if_usb_probe() 249 goto dealloc; in if_usb_probe() 253 goto dealloc; in if_usb_probe() 258 goto dealloc; in if_usb_probe() 294 dealloc: in if_usb_probe()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 1591 goto dealloc; in qla2x00_update_fru_versions() 1598 dealloc: in qla2x00_update_fru_versions() 1640 goto dealloc; in qla2x00_read_fru_status() 1648 dealloc: in qla2x00_read_fru_status() 1691 goto dealloc; in qla2x00_write_fru_status() 1696 dealloc: in qla2x00_write_fru_status() 1737 goto dealloc; in qla2x00_write_i2c() 1742 dealloc: in qla2x00_write_i2c() 1782 goto dealloc; in qla2x00_read_i2c() 1791 dealloc: in qla2x00_read_i2c()
|
| H A D | qla_os.c | 6097 goto dealloc; in qla24xx_process_purex_rdp() 6105 goto dealloc; in qla24xx_process_purex_rdp() 6447 dealloc: in qla24xx_process_purex_rdp()
|
| /linux/kernel/bpf/ |
| H A D | tcx.c | 292 .dealloc = tcx_link_dealloc,
|
| H A D | net_namespace.c | 237 .dealloc = bpf_netns_link_dealloc,
|
| H A D | bpf_iter.c | 493 .dealloc = bpf_iter_link_dealloc,
|
| H A D | syscall.c | 3184 WARN_ON(ops->dealloc && ops->dealloc_deferred); in bpf_link_init_sleepable() 3243 link->ops->dealloc(link); in bpf_link_dealloc() 3297 } else if (ops->dealloc) { in bpf_link_free() 3564 .dealloc = bpf_tracing_link_dealloc, 4186 .dealloc = bpf_perf_link_dealloc,
|
| H A D | trampoline.c | 920 .dealloc = bpf_shim_tramp_link_dealloc,
|
| H A D | cgroup.c | 1463 .dealloc = bpf_cgroup_link_dealloc,
|
| /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()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 193 void (*dealloc)(struct bpf_link *link); member
|
| H A D | libbpf.c | 11274 if (link->dealloc) in bpf_program__attach_perf_event_opts() 11275 link->dealloc(link); in bpf_program__attach_perf_event_opts() 11446 link->link.dealloc = &bpf_link_perf_dealloc;
|
| /linux/net/core/ |
| H A D | sock_map.c | 1846 .dealloc = sock_map_link_dealloc,
|
| H A D | dev.c | 10645 .dealloc = bpf_xdp_link_dealloc,
|
| /linux/include/linux/ |
| H A D | bpf.h | 1853 void (*dealloc)(struct bpf_link *link); member
|