Searched defs:afs_call_type (Results 1 – 2 of 2) sorted by relevance
133 struct afs_call_type { struct134 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);
155 struct afs_call_type { struct156 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);