Home
last modified time | relevance | path

Searched refs:buf_cleanup (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/scrub/
H A Dscrub.c210 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 Dscrub.h162 void (*buf_cleanup)(void *buf); member
H A Dfscounters.c213 sc->buf_cleanup = xchk_fscounters_cleanup; in xchk_setup_fscounters()
H A Dmetapath.c113 sc->buf_cleanup = xchk_metapath_cleanup; in xchk_setup_metapath_scan()
H A Dnlinks.c1031 sc->buf_cleanup = xchk_nlinks_teardown_scan; in xchk_nlinks_setup_scan()
H A Dagheader_repair.c1743 sc->buf_cleanup = xrep_agi_buf_cleanup; in xrep_agi()
/linux/drivers/media/common/saa7146/
H A Dsaa7146_vbi.c280 static void buf_cleanup(struct vb2_buffer *vb) in buf_cleanup() function
407 .buf_cleanup = buf_cleanup,
H A Dsaa7146_video.c625 static void buf_cleanup(struct vb2_buffer *vb) in buf_cleanup() function
681 .buf_cleanup = buf_cleanup,
/linux/include/media/
H A Dvideobuf2-core.h446 void (*buf_cleanup)(struct vb2_buffer *vb); member
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c595 call_void_vb_qop(vb, buf_cleanup, vb); in __vb2_queue_free()
1306 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr()
1359 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_userptr()
1434 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf()
1516 call_void_vb_qop(vb, buf_cleanup, vb); in __prepare_dmabuf()