Home
last modified time | relevance | path

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

/linux-4.4.14/fs/afs/
Dinternal.h144 struct afs_writeback { struct
145 struct list_head link; /* link in vnode->writebacks */
146 struct work_struct writer; /* work item to perform the writeback */
147 struct afs_vnode *vnode; /* vnode to which this write applies */
148 struct key *key; /* owner of this write */
149 wait_queue_head_t waitq; /* completion and ready wait queue */
150 pgoff_t first; /* first page in batch */
151 pgoff_t point; /* last page in current store op */
152 pgoff_t last; /* last page in batch (inclusive) */
153 unsigned offset_first; /* offset into first page of start of write */
[all …]