Lines Matching defs:afs_call
96 struct afs_call { struct
97 const struct afs_call_type *type; /* type of call */ argument
98 struct afs_addr_list *alist; /* Address is alist[addr_ix] */
99 wait_queue_head_t waitq; /* processes awaiting completion */
100 struct work_struct async_work; /* async I/O processor */
101 struct work_struct work; /* actual work processor */
102 struct rxrpc_call *rxcall; /* RxRPC call handle */
126 enum afs_call_state state; argument
127 spinlock_t state_lock;
128 int error; /* error code */
129 u32 abort_code; /* Remote abort ID or 0 */
130 unsigned int max_lifespan; /* Maximum lifespan to set if not 0 */
131 unsigned request_size; /* size of request data */
132 unsigned reply_max; /* maximum size of reply */
156 struct afs_call_type { argument
163 int (*deliver)(struct afs_call *call); argument