Searched defs:dio_submit (Results 1 – 1 of 1) sorted by relevance
69 struct dio_submit { struct70 struct bio *bio; /* bio under assembly */71 unsigned blkbits; /* doesn't change */72 unsigned blkfactor; /* When we're using an alignment which77 unsigned start_zero_done; /* flag: sub-blocksize zeroing has80 int pages_in_io; /* approximate total IO pages */81 sector_t block_in_file; /* Current offset into the underlying83 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 …]