Home
last modified time | relevance | path

Searched hist:"16 ecdb595b0b89c0e84fc233a501a98245e92161" (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DCachedBlock.h16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
H A DIcb.cpp16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsupport.cpp16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
H A Dkernel_interface.cpp16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
/haiku/headers/os/drivers/
H A Dfs_cache.h16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp16ecdb595b0b89c0e84fc233a501a98245e92161 Thu Oct 17 16:05:22 UTC 2024 Augustin Cavalier <waddlesplash@gmail.com> kernel: Drop base, length parameters from block_cache...etc methods.

They were ignored and unused; and in fact can't be made to work
properly since the block_cache always operates on exactly block-sized
buffers, and doesn't have contiguous buffers of multiple blocks
to hand out at all.

No functional change intended.