Home
last modified time | relevance | path

Searched refs:kiocb_end_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/cachefiles/
H A Dio.c262 kiocb_end_write(iocb); in cachefiles_write_complete()
/openbmc/linux/fs/overlayfs/
H A Dfile.c295 kiocb_end_write(iocb); in ovl_aio_cleanup_handler()
/openbmc/linux/io_uring/
H A Drw.c223 kiocb_end_write(&rw->kiocb); in io_req_end_write()
/openbmc/linux/fs/
H A Daio.c1462 kiocb_end_write(kiocb); in aio_complete_rw()
/openbmc/linux/include/linux/
H A Dfs.h2759 static inline void kiocb_end_write(struct kiocb *iocb) in kiocb_end_write() function