Home
last modified time | relevance | path

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

/Linux-v5.10/fs/afs/
Dinternal.h251 struct afs_net { struct
252 struct net *net; /* Backpointer to the owning net namespace */
253 struct afs_uuid uuid;
254 bool live; /* F if this namespace is being removed */
257 struct socket *socket;
258 struct afs_call *spare_incoming_call;
259 struct work_struct charge_preallocation_work;
260 struct mutex socket_mutex;
261 atomic_t nr_outstanding_calls;
262 atomic_t nr_superblocks;
[all …]