Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance
278 struct afs_net { struct279 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 …]