Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance
103 struct afs_call { struct104 const struct afs_call_type *type; /* type of call */ argument105 struct afs_addr_list *alist; /* Address is alist[addr_ix] */106 wait_queue_head_t waitq; /* processes awaiting completion */107 struct work_struct async_work; /* async I/O processor */108 struct work_struct work; /* actual work processor */109 struct rxrpc_call *rxcall; /* RxRPC call handle */110 struct key *key; /* security for this call */111 struct afs_net *net; /* The network namespace */112 struct afs_server *server; /* The fileserver record if fs op (pins ref) */[all …]