Searched defs:afs_fs_cursor (Results 1 – 1 of 1) sorted by relevance
765 struct afs_fs_cursor { struct766 const struct afs_call_type *type; /* Type of call done */767 struct afs_addr_cursor ac;768 struct afs_vnode *vnode;769 struct afs_server_list *server_list; /* Current server list (pins ref) */770 struct afs_cb_interest *cbi; /* Server on which this resides (pins ref) */771 struct key *key; /* Key for the server */772 unsigned long untried; /* Bitmask of untried servers */773 unsigned int cb_break; /* cb_break + cb_s_break before the call */774 unsigned int cb_break_2; /* cb_break + cb_s_break (2nd vnode) */[all …]