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