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