Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:put_aio_ring_file

Proto:static void put_aio_ring_file(struct kioctx *ctx)

Type:void

Parameter:

TypeParameterName
struct kioctx *ctx
284  aio_ring_file = aio_ring_file
287  If aio_ring_file Then
288  runcate_setsize - update inode and pagecache for a new file size*@inode: inode*@newsize: new file size* truncate_setsize updates i_size and performs pagecache truncation (if* necessary) to @newsize. It will be typically be called from the filesystem's
291  i_mapping = f_mapping
292  spin_lock( & private_lock)
293  private_data = NULL
294  aio_ring_file = NULL
295  spin_unlock( & private_lock)
297  fput(aio_ring_file)
Caller
NameDescribe
aio_free_ring
aio_setup_ring