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:Must be called with the flc_lock held!

Proto:static void locks_delete_global_locks(struct file_lock *fl)

Type:void

Parameter:

TypeParameterName
struct file_lock *fl
683  percpu_rwsem_assert_held( & file_rwsem)
690  If hlist_unhashed( & node in global lists ) Then Return
693  fll = per_cpu_ptr( & file_lock_list, what cpu's list is this on? )
694  spin_lock( & lock)
695  hlist_del_init( & node in global lists )
696  spin_unlock( & lock)
Caller
NameDescribe
locks_unlink_lock_ctx