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