Home
last modified time | relevance | path

Searched defs:afs_call_type (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/afs/
Dinternal.h133 struct afs_call_type { struct
134 const char *name;
135 unsigned int op; /* Really enum afs_fs_operation */
140 int (*deliver)(struct afs_call *call);
143 void (*destructor)(struct afs_call *call);
146 void (*work)(struct work_struct *work);
/kernel/linux/linux-5.10/fs/afs/
Dinternal.h155 struct afs_call_type { struct
156 const char *name;
157 unsigned int op; /* Really enum afs_fs_operation */
162 int (*deliver)(struct afs_call *call);
165 void (*destructor)(struct afs_call *call);
168 void (*work)(struct work_struct *work);
171 void (*done)(struct afs_call *call);