| Function report | 
| Source Code: fs\locks.c | Create Date:2022-07-28 20:25:29 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:posix_lock_inode_wait - Apply a POSIX-style lock to a file*@inode: inode of file to which lock request should be applied*@fl: The lock to be applied* Apply a POSIX style lock request to an inode.
Proto:static int posix_lock_inode_wait(struct inode *inode, struct file_lock *fl)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct inode * | inode | |
| struct file_lock * | fl | 
| 1362 | might_sleep() | 
| 1363 | cycle | 
| 1364 | error = posix_lock_inode(inode, fl, NULL) | 
| 1365 | If error != Special return value from posix_lock_file() and vfs_lock_file() for* asynchronous locking. Then Break | 
| 1368 | If error Then Break | 
| 1372 | Return error | 
| Name | Describe | 
|---|---|
| locks_lock_inode_wait | locks_lock_inode_wait - Apply a lock to an inode*@inode: inode of the file to apply to*@fl: The lock to be applied* Apply a POSIX or FLOCK style lock request to an inode. | 
| Source code conversion tool public plug-in interface | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |