Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/afs/
Dinternal.h87 struct afs_call { struct
88 const struct afs_call_type *type; /* type of call */ argument
105 enum afs_call_state state; argument
106 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 { argument
140 int (*deliver)(struct afs_call *call); argument
/kernel/linux/linux-5.10/fs/afs/
Dinternal.h95 struct afs_call { struct
96 const struct afs_call_type *type; /* type of call */ argument
97 struct afs_addr_list *alist; /* Address is alist[addr_ix] */
98 wait_queue_head_t waitq; /* processes awaiting completion */
99 struct work_struct async_work; /* async I/O processor */
123 enum afs_call_state state; argument
124 spinlock_t state_lock;
125 int error; /* error code */
126 u32 abort_code; /* Remote abort ID or 0 */
127 unsigned int max_lifespan; /* Maximum lifespan to set if not 0 */
[all …]