Searched defs:xfs_ioend (Results 1 – 1 of 1) sorted by relevance
34 struct xfs_ioend { struct35 struct list_head io_list; /* next ioend in chain */36 unsigned int io_type; /* delalloc / unwritten */37 struct inode *io_inode; /* file being written to */38 size_t io_size; /* size of the extent */39 xfs_off_t io_offset; /* offset in the file */40 struct work_struct io_work; /* xfsdatad work queue */41 struct xfs_trans *io_append_trans;/* xact. for size update */42 struct bio *io_bio; /* bio being built */43 struct bio io_inline_bio; /* MUST BE LAST! */