Home
last modified time | relevance | path

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

/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 …]