Lines Matching defs:afs_operation
859 struct afs_operation { struct
863 const struct afs_operation_ops *ops; argument
866 struct afs_volume *volume; /* Volume being accessed */
867 struct afs_vnode_param file[2];
868 struct afs_vnode_param *more_files;
869 struct afs_volsync pre_volsync; /* Volsync before op */
870 struct afs_volsync volsync; /* Volsync returned by op */
871 struct dentry *dentry; /* Dentry to be altered */
872 struct dentry *dentry_2; /* Second dentry to be altered */
873 struct timespec64 mtime; /* Modification time to record */
874 struct timespec64 ctime; /* Change time to set */
875 struct afs_error cumul_error; /* Cumulative error */
876 short nr_files; /* Number of entries in file[], more_files */
877 unsigned int debug_id;
879 unsigned int cb_v_break; /* Volume break counter before op */
881 union {
923 struct afs_server_list *server_list; /* Current server list (pins ref) */
924 struct afs_server *server; /* Server we're using (ref pinned by server_list) */
925 struct afs_endpoint_state *estate; /* Current endpoint state (doesn't pin ref) */
926 struct afs_server_state *server_states; /* States of the servers involved */
927 struct afs_call *call;
928 unsigned long untried_servers; /* Bitmask of untried servers */
929 unsigned long addr_tried; /* Tried addresses */
930 s32 call_abort_code; /* Abort code from single call */
931 short call_error; /* Error from single call */
932 short server_index; /* Current server */
933 short nr_iterations; /* Number of server iterations */
934 signed char addr_index; /* Current address */
935 bool call_responded; /* T if the current address responded */
937 unsigned int flags;