Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/afs/
Dinternal.h355 struct afs_cell { struct
361 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
374 enum afs_cell_state state; argument
375 short error;
376 enum dns_record_source dns_source:8; /* Latest source of data from lookup */
377 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */
378 unsigned int dns_lookup_count; /* Counter of DNS lookups */
379 unsigned int debug_id;
382 struct rb_root volumes; /* Tree of volumes on this server */
383 struct hlist_head proc_volumes; /* procfs volume list */
[all …]
/kernel/linux/linux-5.10/fs/afs/
Dinternal.h350 struct afs_cell { struct
356 struct afs_cell *alias_of; /* The cell this is an alias of */ argument
372 enum afs_cell_state state; argument
373 short error;
374 enum dns_record_source dns_source:8; /* Latest source of data from lookup */
375 enum dns_lookup_status dns_status:8; /* Latest status of data from lookup */
376 unsigned int dns_lookup_count; /* Counter of DNS lookups */
377 unsigned int debug_id;
380 struct rb_root volumes; /* Tree of volumes on this server */
381 struct hlist_head proc_volumes; /* procfs volume list */
[all …]