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