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