Searched defs:afs_server (Results 1 – 1 of 1) sorted by relevance
379 struct afs_server { struct391 struct afs_server *gc_next; /* Next server in manager's list */ argument392 time64_t put_time; /* Time at which last put */393 time64_t update_at; /* Time at which to next update the record */394 unsigned long flags;404 atomic_t usage;405 u32 addr_version; /* Address list version */408 rwlock_t fs_lock; /* access lock */432 struct afs_server *server; /* Server on which this interest resides */ argument