1POSIX_LOCK_INODE_WAI(9) The Linux VFS POSIX_LOCK_INODE_WAI(9)
2
3
4
6 posix_lock_inode_wait - Apply a POSIX-style lock to a file
7
9 int posix_lock_inode_wait(struct inode * inode, struct file_lock * fl);
10
12 inode
13 inode of file to which lock request should be applied
14
15 fl
16 The lock to be applied
17
19 Variant of posix_lock_file_wait that does not take a filp, and so can
20 be used after the filp has already been torn down.
21
23Kernel Hackers Manual 3.10 June 2019 POSIX_LOCK_INODE_WAI(9)