Searched defs:file_lock_core (Results 1 – 1 of 1) sorted by relevance
50920 struct file_lock_core { struct50921 struct file_lock_core *flc_blocker; argument50922 struct list_head flc_list;50923 struct hlist_node flc_link;50924 struct list_head flc_blocked_requests;50925 struct list_head flc_blocked_member;50926 fl_owner_t flc_owner;50927 unsigned int flc_flags;50928 unsigned char flc_type;50929 pid_t flc_pid;[all …]