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