Searched defs:afs_fs_cursor (Results 1 – 1 of 1) sorted by relevance
599 struct afs_fs_cursor { struct600 struct afs_addr_cursor ac;601 struct afs_vnode *vnode;602 struct afs_server_list *server_list; /* Current server list (pins ref) */603 struct afs_cb_interest *cbi; /* Server on which this resides (pins ref) */604 struct key *key; /* Key for the server */605 unsigned int cb_break; /* cb_break + cb_s_break before the call */606 unsigned int cb_break_2; /* cb_break + cb_s_break (2nd vnode) */607 unsigned char start; /* Initial index in server list */608 unsigned char index; /* Number of servers tried beyond start */[all …]