Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dinternal.h485 struct afs_server { struct
495 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
496 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
501 struct afs_server *gc_next; /* Next server in manager's list */ argument
502 time64_t unuse_time; /* Time at which last unused */
503 unsigned long flags;
514 atomic_t ref; /* Object refcount */
515 atomic_t active; /* Active user count */
516 u32 addr_version; /* Address list version */
517 unsigned int rtt; /* Server's current RTT in uS */
[all …]
/kernel/linux/linux-4.19/fs/afs/
Dinternal.h379 struct afs_server { struct
391 struct afs_server *gc_next; /* Next server in manager's list */ argument
392 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