Home
last modified time | relevance | path

Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance

/linux/fs/afs/
H A Dinternal.h278 struct afs_net { struct
279 struct net *net; /* Backpointer to the owning net namespace */
280 struct afs_uuid uuid;
281 bool live; /* F if this namespace is being removed */
284 struct socket *socket;
285 struct afs_call *spare_incoming_call;
286 struct work_struct charge_preallocation_work;
287 struct work_struct rx_oob_work;
288 struct mutex socket_mutex;
289 atomic_t nr_outstanding_calls;
[all …]