Home
last modified time | relevance | path

Searched refs:afs_send_simple_reply (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/afs/
Dcmservice.c427 afs_send_simple_reply(call, &reply, sizeof(reply)); in SRXAFSCB_ProbeUuid()
561 afs_send_simple_reply(call, &reply, sizeof(reply)); in SRXAFSCB_TellMeAboutYourself()
Dinternal.h619 extern void afs_send_simple_reply(struct afs_call *, const void *, size_t);
Drxrpc.c797 void afs_send_simple_reply(struct afs_call *call, const void *buf, size_t len) in afs_send_simple_reply() function