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