Searched defs:afs_call (Results 1 – 2 of 2) sorted by relevance
97 struct afs_call { struct98 const struct afs_call_type *type; /* type of call */ argument99 struct afs_addr_list *alist; /* Address is alist[addr_ix] */100 wait_queue_head_t waitq; /* processes awaiting completion */101 struct work_struct async_work; /* async I/O processor */102 struct work_struct work; /* actual work processor */103 struct rxrpc_call *rxcall; /* RxRPC call handle */127 enum afs_call_state state; argument128 spinlock_t state_lock;129 int error; /* error code */[all …]
95 struct afs_call { struct96 const struct afs_call_type *type; /* type of call */ argument97 struct afs_addr_list *alist; /* Address is alist[addr_ix] */98 wait_queue_head_t waitq; /* processes awaiting completion */99 struct work_struct async_work; /* async I/O processor */123 enum afs_call_state state; argument124 spinlock_t state_lock;125 int error; /* error code */126 u32 abort_code; /* Remote abort ID or 0 */127 unsigned int max_lifespan; /* Maximum lifespan to set if not 0 */[all …]