Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-28 05:43:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_sync_kiocb

Proto:static inline void init_sync_kiocb(struct kiocb *kiocb, struct file *filp)

Type:void

Parameter:

TypeParameterName
struct kiocb *kiocb
struct file *filp
2073  * kiocb = (struct kiocb){ki_filp = filp, ki_flags = iocb_flags(filp), ki_hint = ki_hint_validate(file_write_hint(filp)), See linux/ioprio.h = If the calling process has set an I/O priority, use that. Otherwise, return* the default I/O priority., }
Caller
NameDescribe
__swap_writepage
new_sync_read
new_sync_write
do_iter_readv_writev
generic_file_splice_readgeneric_file_splice_read - splice data from file to a pipe*@in: file to splice from*@ppos: position in @in*@pipe: pipe to splice to*@len: number of bytes to splice*@flags: splice modifier flags* Description: