Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/afs/
Dinternal.h490 struct afs_server { struct
500 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
501 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
506 struct list_head volumes; /* RCU list of afs_server_entry objects */ argument
508 struct afs_server *gc_next; /* Next server in manager's list */ argument
509 time64_t unuse_time; /* Time at which last unused */
510 unsigned long flags;
522 refcount_t ref; /* Object refcount */
523 atomic_t active; /* Active user count */
524 u32 addr_version; /* Address list version */
[all …]
/kernel/linux/linux-5.10/fs/afs/
Dinternal.h484 struct afs_server { struct
494 struct afs_server __rcu *uuid_next; /* Next server with same UUID */ argument
495 struct afs_server *uuid_prev; /* Previous server with same UUID */ argument
500 struct afs_server *gc_next; /* Next server in manager's list */ argument
501 time64_t unuse_time; /* Time at which last unused */
502 unsigned long flags;
513 atomic_t ref; /* Object refcount */
514 atomic_t active; /* Active user count */
515 u32 addr_version; /* Address list version */
516 unsigned int rtt; /* Server's current RTT in uS */
[all …]