Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance
223 struct afs_net { struct224 struct net *net; /* Backpointer to the owning net namespace */225 struct afs_uuid uuid;226 bool live; /* F if this namespace is being removed */229 struct socket *socket;230 struct afs_call *spare_incoming_call;231 struct work_struct charge_preallocation_work;232 struct mutex socket_mutex;233 atomic_t nr_outstanding_calls;234 atomic_t nr_superblocks;[all …]