Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 19 of 19) sorted by relevance

/linux/fs/ocfs2/
H A Drefcounttree.h37 struct ocfs2_cached_dealloc_ctxt *dealloc,
93 struct ocfs2_cached_dealloc_ctxt *dealloc,
103 struct ocfs2_cached_dealloc_ctxt *dealloc);
H A Dmove_extents.c46 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 Dxattr.h79 struct ocfs2_cached_dealloc_ctxt *dealloc);
H A Dfile.c1776 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 Dif_usb.c228 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 Dqla_bsg.c1591 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 Dqla_os.c6097 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 Dtcx.c292 .dealloc = tcx_link_dealloc,
H A Dnet_namespace.c237 .dealloc = bpf_netns_link_dealloc,
H A Dbpf_iter.c493 .dealloc = bpf_iter_link_dealloc,
H A Dsyscall.c3184 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 Dtrampoline.c920 .dealloc = bpf_shim_tramp_link_dealloc,
H A Dcgroup.c1463 .dealloc = bpf_cgroup_link_dealloc,
/linux/drivers/char/xillybus/
H A Dxillyusb.c1919 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 Dlibbpf_internal.h193 void (*dealloc)(struct bpf_link *link); member
H A Dlibbpf.c11274 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 Dsock_map.c1846 .dealloc = sock_map_link_dealloc,
H A Ddev.c10645 .dealloc = bpf_xdp_link_dealloc,
/linux/include/linux/
H A Dbpf.h1853 void (*dealloc)(struct bpf_link *link); member