Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance
87 struct afs_call { struct88 const struct afs_call_type *type; /* type of call */ argument105 enum afs_call_state state; argument106 spinlock_t state_lock;107 int error; /* error code */108 u32 abort_code; /* Remote abort ID or 0 */109 unsigned request_size; /* size of request data */133 struct afs_call_type { argument140 int (*deliver)(struct afs_call *call); argument