Searched defs:afs_net (Results 1 – 2 of 2) 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 …]
255 struct afs_net { struct256 struct net *net; /* Backpointer to the owning net namespace */257 struct afs_uuid uuid;258 bool live; /* F if this namespace is being removed */261 struct socket *socket;262 struct afs_call *spare_incoming_call;263 struct work_struct charge_preallocation_work;264 struct mutex socket_mutex;265 atomic_t nr_outstanding_calls;266 atomic_t nr_superblocks;[all …]