table of contents
other versions
POSIX_LOCK_INODE_WAI(9) | The Linux VFS | POSIX_LOCK_INODE_WAI(9) |
NAME¶
posix_lock_inode_wait - Apply a POSIX-style lock to a file
SYNOPSIS¶
int posix_lock_inode_wait(struct inode * inode, struct file_lock * fl);
ARGUMENTS¶
struct inode * inode
inode of file to which lock request should be
applied
struct file_lock * fl
The lock to be applied
DESCRIPTION¶
Apply a POSIX style lock request to an inode.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |