Searched defs:dio_submit (Results 1 – 2 of 2) sorted by relevance
70 struct dio_submit { struct89 dio_submit_t *submit_io; /* IO submition function */ argument91 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 …]
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 …]