Searched defs:afs_writeback (Results 1 – 1 of 1) sorted by relevance
143 struct afs_writeback { struct144 struct list_head link; /* link in vnode->writebacks */145 struct work_struct writer; /* work item to perform the writeback */146 struct afs_vnode *vnode; /* vnode to which this write applies */147 struct key *key; /* owner of this write */148 wait_queue_head_t waitq; /* completion and ready wait queue */149 pgoff_t first; /* first page in batch */150 pgoff_t point; /* last page in current store op */151 pgoff_t last; /* last page in batch (inclusive) */152 unsigned offset_first; /* offset into first page of start of write */[all …]