Home
last modified time | relevance | path

Searched refs:file_lock_list_struct (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/
Dlocks.c132 struct file_lock_list_struct { struct
136 static DEFINE_PER_CPU(struct file_lock_list_struct, file_lock_list); argument
604 struct file_lock_list_struct *fll = this_cpu_ptr(&file_lock_list); in locks_insert_global_locks()
617 struct file_lock_list_struct *fll; in locks_delete_global_locks()
2929 struct file_lock_list_struct *fll = per_cpu_ptr(&file_lock_list, i); in filelock_init()