Searched refs:fs_proc (Results 1 – 4 of 4) sorted by relevance
95 INIT_HLIST_HEAD(&net->fs_proc); in afs_net_init()
352 return seq_hlist_start_head_rcu(&afs_seq2net(m)->fs_proc, *_pos); in afs_proc_servers_start()357 return seq_hlist_next_rcu(v, &afs_seq2net(m)->fs_proc, _pos); in afs_proc_servers_next()
176 hlist_add_head_rcu(&server->proc_link, &net->fs_proc); in afs_install_server()
254 struct hlist_head fs_proc; /* procfs servers list */ member