Searched refs:fl_link (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/ipv6/ |
H A D | ip6_flowlabel.c | 465 static inline void fl_link(struct ipv6_pinfo *np, struct ipv6_fl_socklist *sfl, fl_link() function 643 fl_link(np, sfl1, fl1); 675 fl_link(np, sfl1, fl);
|
/linux-4.1.27/fs/ |
H A D | locks.c | 245 INIT_HLIST_NODE(&fl->fl_link); locks_init_lock_heads() 287 BUG_ON(!hlist_unhashed(&fl->fl_link)); locks_free_lock() 561 hlist_add_head(&fl->fl_link, this_cpu_ptr(&file_lock_list)); locks_insert_global_locks() 573 if (hlist_unhashed(&fl->fl_link)) locks_delete_global_locks() 576 hlist_del_init(&fl->fl_link); locks_delete_global_locks() 592 hash_add(blocked_hash, &waiter->fl_link, posix_owner_key(waiter)); locks_insert_global_blocked() 599 hash_del(&waiter->fl_link); locks_delete_global_blocked() 827 hash_for_each_possible(blocked_hash, fl, fl_link, posix_owner_key(block_fl)) { hash_for_each_possible() 2590 fl = hlist_entry(v, struct file_lock, fl_link); locks_show()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 966 struct hlist_node fl_link; /* node in global lists */ member in struct:file_lock
|
Completed in 148 milliseconds