Searched defs:afs_vl_cursor (Results 1 – 1 of 1) sorted by relevance
790 struct afs_vl_cursor { struct791 struct afs_cell *cell; /* The cell we're querying */795 struct key *key; /* Key for the server */797 unsigned long addr_tried; /* Tried addresses */798 struct afs_error cumul_error; /* Cumulative error */799 unsigned int debug_id;800 s32 call_abort_code;801 short call_error; /* Error from single call */802 short server_index; /* Current server */803 signed char addr_index; /* Current address */[all …]
Completed in 23 milliseconds