1INODE_DIO_WAIT(9)                The Linux VFS               INODE_DIO_WAIT(9)
2
3
4

NAME

6       inode_dio_wait - wait for outstanding DIO requests to finish
7

SYNOPSIS

9       void inode_dio_wait(struct inode * inode);
10

ARGUMENTS

12       inode
13           inode to wait for
14

DESCRIPTION

16       Waits for all pending direct I/O requests to finish so that we can
17       proceed with a truncate or equivalent operation.
18
19       Must be called under a lock that serializes taking new references to
20       i_dio_count, usually by inode->i_mutex.
21
23Kernel Hackers Manual 3.10         June 2019                 INODE_DIO_WAIT(9)
Impressum