| /linux/fs/xfs/scrub/ |
| H A D | scrub.c | 210 if (sub->sc.buf_cleanup) in xchk_scrub_free_subord() 211 sub->sc.buf_cleanup(sub->sc.buf); in xchk_scrub_free_subord() 263 if (sc->buf_cleanup) in xchk_teardown() 264 sc->buf_cleanup(sc->buf); in xchk_teardown() 266 sc->buf_cleanup = NULL; in xchk_teardown() 647 sub->sc.buf_cleanup = NULL; in xchk_scrub_create_subord()
|
| H A D | scrub.h | 162 void (*buf_cleanup)(void *buf); member
|
| H A D | fscounters.c | 213 sc->buf_cleanup = xchk_fscounters_cleanup; in xchk_setup_fscounters()
|
| H A D | metapath.c | 113 sc->buf_cleanup = xchk_metapath_cleanup; in xchk_setup_metapath_scan()
|
| H A D | quotacheck.c | 806 sc->buf_cleanup = xqcheck_teardown_scan; in xqcheck_setup_scan()
|
| H A D | attr.c | 92 sc->buf_cleanup = xchk_xattr_buf_cleanup; in xchk_setup_xattr_buf()
|
| H A D | dirtree.c | 136 sc->buf_cleanup = xchk_dirtree_buf_cleanup; in xchk_setup_dirtree()
|
| H A D | nlinks.c | 1030 sc->buf_cleanup = xchk_nlinks_teardown_scan; in xchk_nlinks_setup_scan()
|
| H A D | agheader_repair.c | 1746 sc->buf_cleanup = xrep_agi_buf_cleanup; in xrep_agi()
|
| /linux/drivers/media/common/saa7146/ |
| H A D | saa7146_vbi.c | 280 static void buf_cleanup(struct vb2_buffer *vb) in buf_cleanup() function 407 .buf_cleanup = buf_cleanup,
|
| H A D | saa7146_video.c | 625 static void buf_cleanup(struct vb2_buffer *vb) in buf_cleanup() function 681 .buf_cleanup = buf_cleanup,
|
| /linux/include/media/ |
| H A D | videobuf2-core.h | 383 * @buf_cleanup: called once before the buffer is freed; drivers may 436 void (*buf_cleanup)(struct vb2_buffer *vb); 446 void (*buf_cleanup)(struct vb2_buffer *vb); global() member
|
| /linux/drivers/media/common/videobuf2/ |
| H A D | videobuf2-core.c | 595 call_void_vb_qop(vb, buf_cleanup, vb); in __vb2_queue_free() 1300 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr() 1353 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr() 1428 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf() 1510 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf()
|
| /linux/drivers/media/platform/arm/mali-c55/ |
| H A D | mali-c55-params.c | 683 .buf_cleanup = mali_c55_params_buf_cleanup,
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-if.c | 758 .buf_cleanup = buffer_cleanup,
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | v4l2.c | 324 .buf_cleanup = tegra_buf_cleanup,
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-driver.c | 1526 static void buf_cleanup(struct vb2_buffer *vb) in buf_cleanup() function 1584 .buf_cleanup = buf_cleanup,
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | venc.c | 1343 .buf_cleanup = venc_buf_cleanup,
|
| H A D | vdec.c | 1405 .buf_cleanup = vdec_buf_cleanup,
|
| /linux/drivers/media/platform/intel/ |
| H A D | pxa_camera.c | 1504 .buf_cleanup = pxac_vb2_cleanup,
|