Searched refs:fa_next (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dfcntl.c881 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
889 *fp = fa->fa_next;
928 for (fp = fapp; (fa = *fp) != NULL; fp = &fa->fa_next) {
942 new->fa_next = *fapp;
1018 fa = rcu_dereference(fa->fa_next);
/linux-master/net/ipv4/
H A Dfib_trie.c1687 struct fib_alias *fa_next, *fa_to_notify; local
1699 fa_next = hlist_entry_safe(fa_to_delete->fa_list.next,
1701 if (fa_next && fa_next->fa_slen == slen && fa_next->tb_id == tb_id) {
1703 fa_to_notify = fa_next;
/linux-master/include/linux/
H A Dfs.h1101 struct fasync_struct *fa_next; /* singly linked list */ member in struct:fasync_struct

Completed in 168 milliseconds