Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Drefcounttree.c53 struct ocfs2_cached_dealloc_ctxt dealloc; member
1824 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_split_refcount_rec() argument
1978 struct ocfs2_cached_dealloc_ctxt *dealloc) in __ocfs2_increase_refcount() argument
2049 meta_ac, dealloc); in __ocfs2_increase_refcount()
2072 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_refcount_extent() argument
2089 1, meta_ac, dealloc); in ocfs2_remove_refcount_extent()
2101 ret = ocfs2_cache_block_dealloc(dealloc, EXTENT_ALLOC_SYSTEM_INODE, in ocfs2_remove_refcount_extent()
2152 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_increase_refcount() argument
2156 meta_ac, dealloc); in ocfs2_increase_refcount()
2165 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_decrease_refcount_rec() argument
[all …]
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 Dalloc.c2579 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_unlink_path() argument
2614 ret = ocfs2_cache_extent_block_free(dealloc, eb); in ocfs2_unlink_path()
2627 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_unlink_subtree() argument
2651 ocfs2_unlink_path(handle, et, dealloc, right_path, in ocfs2_unlink_subtree()
2660 struct ocfs2_cached_dealloc_ctxt *dealloc, in ocfs2_rotate_subtree_left() argument
2781 subtree_index, dealloc); in ocfs2_rotate_subtree_left()
2917 struct ocfs2_cached_dealloc_ctxt *dealloc, in __ocfs2_rotate_tree_left() argument
2988 dealloc, &deleted); in __ocfs2_rotate_tree_left()
3033 struct ocfs2_cached_dealloc_ctxt *dealloc) in ocfs2_remove_rightmost_path() argument
3085 subtree_index, dealloc); in ocfs2_remove_rightmost_path()
[all …]
H A Dxattr.c75 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()
2405 ocfs2_init_dealloc_ctxt(&ctxt.dealloc); in ocfs2_remove_value_outside()
2449 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_remove_value_outside()
3293 ocfs2_init_dealloc_ctxt(&ctxt->dealloc); in ocfs2_init_xattr_set_ctxt()
3690 if (ocfs2_dealloc_has_cluster(&ctxt.dealloc)) in ocfs2_xattr_set()
3692 ocfs2_run_deallocs(osb, &ctxt.dealloc); in ocfs2_xattr_set()
5454 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_rm_xattr_cluster() local
[all …]
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()
784 ocfs2_init_dealloc_ctxt(&context->dealloc); in __ocfs2_move_extents_range()
898 ocfs2_run_deallocs(osb, &context->dealloc); in __ocfs2_move_extents_range()
H A Dxattr.h79 struct ocfs2_cached_dealloc_ctxt *dealloc);
H A Daops.c2270 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dio_end_io_write() local
2283 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dio_end_io_write()
2320 et.et_dealloc = &dealloc; in ocfs2_dio_end_io_write()
2353 meta_ac, &dealloc); in ocfs2_dio_end_io_write()
2376 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dio_end_io_write()
H A Dfile.c1775 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_remove_inode_range() local
1785 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_remove_inode_range()
1915 &dealloc, refcount_loc, false); in ocfs2_remove_inode_range()
1931 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_remove_inode_range()
H A Ddir.c4455 struct ocfs2_cached_dealloc_ctxt dealloc; in ocfs2_dx_dir_truncate() local
4458 ocfs2_init_dealloc_ctxt(&dealloc); in ocfs2_dx_dir_truncate()
4487 &dealloc, 0, false); in ocfs2_dx_dir_truncate()
4509 ocfs2_run_deallocs(osb, &dealloc); in ocfs2_dx_dir_truncate()
/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c199 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/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c243 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/net/netfilter/
H A Dnf_bpf_link.c173 .dealloc = bpf_nf_link_dealloc,
/linux/kernel/bpf/
H A Dtcx.c292 .dealloc = tcx_link_dealloc,
H A Dnet_namespace.c237 .dealloc = bpf_netns_link_dealloc,
H A Dtrampoline.c718 .dealloc = bpf_shim_tramp_link_dealloc,
H A Dsyscall.c3194 WARN_ON(ops->dealloc && ops->dealloc_deferred); in bpf_link_init_sleepable()
3253 link->ops->dealloc(link); in bpf_link_dealloc()
3293 } else if (ops->dealloc) { in bpf_link_free()
3560 .dealloc = bpf_tracing_link_dealloc,
4150 .dealloc = bpf_perf_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/net/core/
H A Dsock_map.c1835 .dealloc = sock_map_link_dealloc,
H A Ddev.c10621 .dealloc = bpf_xdp_link_dealloc,
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c6099 goto dealloc; in qla24xx_process_purex_rdp()
6107 goto dealloc; in qla24xx_process_purex_rdp()
6449 dealloc: in qla24xx_process_purex_rdp()