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_ctx
Proto:static void locks_delete_lock_ctx(struct file_lock *fl, struct list_head *dispose)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_lock * | fl | |
struct list_head * | dispose |
872 | locks_unlink_lock_ctx(fl) |
873 | If dispose Then list_add - add a new entry*@new: new entry to be added*@head: list head to add it after* Insert a new entry after the specified head.* This is good for implementing stacks. |
875 | Else Free a lock which is not in use. |
Name | Describe |
---|---|
flock_lock_inode | Try to create a FLOCK lock on filp |
posix_lock_inode | |
lease_modify | We already had a lease on this file; just change its type |
__break_lease | revoke all outstanding leases on file |
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 |