Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_aops.h14 struct xfs_ioend { struct
15 struct list_head io_list; /* next ioend in chain */
16 int io_fork; /* inode fork written back */
17 xfs_exntst_t io_state; /* extent state */
18 struct inode *io_inode; /* file being written to */
19 size_t io_size; /* size of the extent */
20 xfs_off_t io_offset; /* offset in the file */
21 struct xfs_trans *io_append_trans;/* xact. for size update */
22 struct bio *io_bio; /* bio being built */
23 struct bio io_inline_bio; /* MUST BE LAST! */