Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Ddirect-io.c69 struct dio_submit { struct
70 struct bio *bio; /* bio under assembly */
71 unsigned blkbits; /* doesn't change */
72 unsigned blkfactor; /* When we're using an alignment which
77 unsigned start_zero_done; /* flag: sub-blocksize zeroing has
80 int pages_in_io; /* approximate total IO pages */
81 sector_t block_in_file; /* Current offset into the underlying
83 unsigned blocks_available; /* At block_in_file. changes */
84 int reap_counter; /* rate limit reaping */
85 sector_t final_block_in_request;/* doesn't change */
[all …]