Searched defs:afs_call_type (Results 1 – 1 of 1) sorted by relevance
196 struct afs_call_type { struct197 const char *name;198 unsigned int op; /* Really enum afs_fs_operation */203 int (*deliver)(struct afs_call *call);206 void (*destructor)(struct afs_call *call);209 void (*async_rx)(struct work_struct *work);212 void (*work)(struct work_struct *work);215 void (*done)(struct afs_call *call);218 void (*immediate_cancel)(struct afs_call *call);