Searched refs:fl_link (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ |
D | locks.c | 249 INIT_HLIST_NODE(&fl->fl_link); in locks_init_lock_heads() 291 BUG_ON(!hlist_unhashed(&fl->fl_link)); in locks_free_lock() 565 hlist_add_head(&fl->fl_link, this_cpu_ptr(&file_lock_list)); in locks_insert_global_locks() 577 if (hlist_unhashed(&fl->fl_link)) in locks_delete_global_locks() 580 hlist_del_init(&fl->fl_link); in locks_delete_global_locks() 596 hash_add(blocked_hash, &waiter->fl_link, posix_owner_key(waiter)); in locks_insert_global_blocked() 603 hash_del(&waiter->fl_link); in locks_delete_global_blocked() 831 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { in what_owner_is_waiting_for() 2619 fl = hlist_entry(v, struct file_lock, fl_link); in locks_show()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_flowlabel.c | 465 static inline void fl_link(struct ipv6_pinfo *np, struct ipv6_fl_socklist *sfl, in fl_link() function 647 fl_link(np, sfl1, fl1); in ipv6_flowlabel_opt() 679 fl_link(np, sfl1, fl); in ipv6_flowlabel_opt()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 982 struct hlist_node fl_link; /* node in global lists */ member
|