Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dinternal.h489 struct afs_server { struct
499 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
506 struct afs_server *gc_next; /* Next server in manager's list */ argument
507 time64_t unuse_time; /* Time at which last unused */
508 unsigned long flags;
520 refcount_t ref; /* Object refcount */
521 atomic_t active; /* Active user count */
522 u32 addr_version; /* Address list version */
523 unsigned int rtt; /* Server's current RTT in uS */
527 rwlock_t fs_lock; /* access lock */
[all …]