Home
last modified time | relevance | path

Searched defs:afs_net (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/afs/
Dinternal.h223 struct afs_net { struct
224 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 …]