Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locks_delete_lock - stop waiting for a file lock*@waiter: the lock which was waiting* lockd/nfsd need to disconnect the lock while working on it.
Proto:int locks_delete_block(struct file_lock *waiter)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_lock * | waiter |
767 | If The lock, that is blocking us == NULL && list_empty - tests whether a list is empty*@head: the list to test. Then Return status |
771 | If The lock, that is blocking us Then status = 0 |
776 | Return status |
Name | Describe |
---|---|
posix_lock_inode_wait | 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. |
__break_lease | revoke all outstanding leases on file |
flock_lock_inode_wait | lock_lock_inode_wait - Apply a FLOCK-style lock to a file*@inode: inode of the file to apply to*@fl: The lock to be applied* Apply a FLOCK style lock request to an inode. |
do_lock_file_wait |
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 |