Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Ddirect-io.c70 struct dio_submit { struct
89 dio_submit_t *submit_io; /* IO submition function */ argument
91 loff_t logical_offset_in_bio; /* current first logical block in bio */
92 sector_t final_block_in_bio; /* current final block in bio + 1 */
93 sector_t next_block_for_io; /* next block to be put under IO,
101 struct page *cur_page; /* The page */
102 unsigned cur_page_offset; /* Offset into it, in bytes */
103 unsigned cur_page_len; /* Nr of bytes at cur_page_offset */
104 sector_t cur_page_block; /* Where it starts */
105 loff_t cur_page_fs_offset; /* Offset in file */
[all …]
/kernel/linux/linux-6.6/fs/
Ddirect-io.c70 struct dio_submit { struct
71 struct bio *bio; /* bio under assembly */
72 unsigned blkbits; /* doesn't change */
73 unsigned blkfactor; /* When we're using an alignment which
78 unsigned start_zero_done; /* flag: sub-blocksize zeroing has
81 int pages_in_io; /* approximate total IO pages */
82 sector_t block_in_file; /* Current offset into the underlying
84 unsigned blocks_available; /* At block_in_file. changes */
85 int reap_counter; /* rate limit reaping */
86 sector_t final_block_in_request;/* doesn't change */
[all …]