Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance
275 struct afs_net { struct276 struct net *net; /* Backpointer to the owning net namespace */277 struct afs_uuid uuid;278 bool live; /* F if this namespace is being removed */281 struct socket *socket;282 struct afs_call *spare_incoming_call;283 struct work_struct charge_preallocation_work;284 struct mutex socket_mutex;285 atomic_t nr_outstanding_calls;286 atomic_t nr_superblocks;[all …]