Home
last modified time | relevance | path

Searched refs:AFS_CALL_CL_AWAIT_REPLY (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/afs/
H A Drxrpc.c317 afs_set_call_state(call, AFS_CALL_CL_REQUESTING, AFS_CALL_CL_AWAIT_REPLY); in afs_notify_end_request_tx()
514 state == AFS_CALL_CL_AWAIT_REPLY || in afs_deliver_to_call()
573 if (state != AFS_CALL_CL_AWAIT_REPLY) in afs_deliver_to_call()
940 case AFS_CALL_CL_AWAIT_REPLY: in afs_extract_data()
H A Dinternal.h64 AFS_CALL_CL_AWAIT_REPLY, /* Client: Awaiting reply */ enumerator