Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dinternal.h351 struct afs_cell { struct
357 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
373 enum afs_cell_state state; argument
374 short error;
375 enum dns_record_source dns_source:8; /* Latest source of data from lookup */
376 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */
377 unsigned int dns_lookup_count; /* Counter of DNS lookups */
378 unsigned int debug_id;
381 struct rb_root volumes; /* Tree of volumes on this server */
382 struct hlist_head proc_volumes; /* procfs volume list */
[all …]
/kernel/linux/linux-4.19/fs/afs/
Dinternal.h315 struct afs_cell { struct
336 enum afs_cell_state state; argument
337 short error;
340 struct list_head proc_volumes; /* procfs volume list */
341 rwlock_t proc_lock;
344 rwlock_t vl_addrs_lock; /* Lock on vl_addrs */
345 struct afs_addr_list __rcu *vl_addrs; /* List of VL servers */
346 u8 name_len; /* Length of name */
347 char name[64 + 1]; /* Cell name, case-flattened and NUL-padded */