Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Check whether two locks have the same owner.
Proto:static int posix_same_owner(struct file_lock *fl1, struct file_lock *fl2)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_lock * | fl1 | |
struct file_lock * | fl2 |
Name | Describe |
---|---|
posix_locks_conflict | Determine if lock sys_fl blocks lock caller_fl. POSIX specific* checking before calling the locks_conflict(). |
what_owner_is_waiting_for | Find a lock that the owner of the given block_fl is blocking on. |
posix_locks_deadlock | Must be called with the blocked_lock_lock held! |
posix_lock_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 |