Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:Remove waiter from blocker's block list.* When blocker ends up pointing to itself then the list is empty.* Must be called with blocked_lock_lock held.

Proto:static void __locks_delete_block(struct file_lock *waiter)

Type:void

Parameter:

TypeParameterName
struct file_lock *waiter
726  locks_delete_global_blocked(waiter)
727  list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list.
728  The lock, that is blocking us = NULL
Caller
NameDescribe
__locks_wake_up_blocks
locks_delete_blocklocks_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.