Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance
289 struct afs_net { struct290 struct net *net; /* Backpointer to the owning net namespace */291 struct afs_uuid uuid;292 bool live; /* F if this namespace is being removed */295 struct socket *socket;296 struct afs_call *spare_incoming_call;297 struct work_struct charge_preallocation_work;298 struct mutex socket_mutex;299 atomic_t nr_outstanding_calls;300 atomic_t nr_superblocks;[all …]