Searched refs:this_chunk_blocks (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c752 unsigned this_chunk_blocks; /* In dio_blocks */ local
761 this_chunk_blocks = dio->block_in_file & (dio_blocks_per_fs_block - 1);
763 if (!this_chunk_blocks)
771 this_chunk_blocks = dio_blocks_per_fs_block - this_chunk_blocks;
773 this_chunk_bytes = this_chunk_blocks << dio->blkbits;
780 dio->next_block_for_io += this_chunk_blocks;
821 unsigned this_chunk_blocks; /* # of blocks */ local
906 * Work out, in this_chunk_blocks, how much disk we
909 this_chunk_blocks
[all...]

Completed in 99 milliseconds