Lines Matching defs:afs_call
128 struct afs_call { struct
129 const struct afs_call_type *type; /* type of call */ argument
130 wait_queue_head_t waitq; /* processes awaiting completion */
131 struct work_struct async_work; /* async I/O processor */
132 struct work_struct work; /* actual work processor */
133 struct rxrpc_call *rxcall; /* RxRPC call handle */
134 struct rxrpc_peer *peer; /* Remote endpoint */
135 struct key *key; /* security for this call */
136 struct afs_net *net; /* The network namespace */
137 struct afs_server *server; /* The fileserver record if fs op (pins ref) */
161 enum afs_call_state state; argument
162 spinlock_t state_lock;
163 int error; /* error code */
164 u32 abort_code; /* Remote abort ID or 0 */
165 unsigned int max_lifespan; /* Maximum lifespan in secs to set if not 0 */
166 unsigned request_size; /* size of request data */
167 unsigned reply_max; /* maximum size of reply */
191 struct afs_call_type { argument
198 int (*deliver)(struct afs_call *call); argument