Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-28 20:22:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_file_put

Proto:static void io_file_put(struct io_submit_state *state)

Type:void

Parameter:

TypeParameterName
struct io_submit_state *state
1442  If * File reference cache Then
1443  diff = has_refs - used_refs
1445  If diff Then fput_many(* File reference cache, diff)
1447  * File reference cache = NULL
Caller
NameDescribe
io_file_getGet as many references to a file as we have IOs left in this submission,* assuming most submissions are for one file, or at least that each file* has more than one submission.
io_submit_state_endBatched submission is done, ensure local IO is flushed out.