Home
last modified time | relevance | path

Searched refs:afs_call_type (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/afs/
Dcmservice.c38 static const struct afs_call_type afs_SRXCBCallBack = {
48 static const struct afs_call_type afs_SRXCBInitCallBackState = {
58 static const struct afs_call_type afs_SRXCBInitCallBackState3 = {
68 static const struct afs_call_type afs_SRXCBProbe = {
78 static const struct afs_call_type afs_SRXCBProbeUuid = {
88 static const struct afs_call_type afs_SRXCBTellMeAboutYourself = {
Dfsclient.c261 static const struct afs_call_type afs_RXFSFetchStatus = {
426 static const struct afs_call_type afs_RXFSFetchData = {
433 static const struct afs_call_type afs_RXFSFetchData64 = {
542 static const struct afs_call_type afs_RXFSGiveUpCallBacks = {
644 static const struct afs_call_type afs_RXFSCreateXXXX = {
740 static const struct afs_call_type afs_RXFSRemoveXXXX = {
824 static const struct afs_call_type afs_RXFSLink = {
913 static const struct afs_call_type afs_RXFSSymlink = {
1021 static const struct afs_call_type afs_RXFSRename = {
1132 static const struct afs_call_type afs_RXFSStoreData = {
[all …]
Dvlclient.c130 static const struct afs_call_type afs_RXVLGetEntryByName = {
140 static const struct afs_call_type afs_RXVLGetEntryById = {
Dinternal.h75 const struct afs_call_type *type; /* type of call */
124 struct afs_call_type { struct
614 extern struct afs_call *afs_alloc_flat_call(const struct afs_call_type *,
Drxrpc.c50 static const struct afs_call_type afs_RXCMxxxx = {
189 struct afs_call *afs_alloc_flat_call(const struct afs_call_type *type, in afs_alloc_flat_call()