Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance
128 struct afs_call { struct134 struct rxrpc_call *rxcall; /* RxRPC call handle */135 struct rxrpc_peer *peer; /* Remote endpoint */136 struct key *key; /* security for this call */162 enum afs_call_state state; argument163 spinlock_t state_lock;164 int error; /* error code */165 u32 abort_code; /* Remote abort ID or 0 */169 unsigned reply_max; /* maximum size of reply */193 struct afs_call_type { argument[all …]