Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance
255 struct afs_net { struct256 struct net *net; /* Backpointer to the owning net namespace */257 struct afs_uuid uuid;258 bool live; /* F if this namespace is being removed */261 struct socket *socket;262 struct afs_call *spare_incoming_call;263 struct work_struct charge_preallocation_work;264 struct mutex socket_mutex;265 atomic_t nr_outstanding_calls;266 atomic_t nr_superblocks;[all …]