Searched refs:FillGapWithZeros (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h68 status_t FillGapWithZeros(off_t start, off_t end);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h83 status_t FillGapWithZeros(off_t start, off_t end);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h93 status_t FillGapWithZeros(off_t start, off_t end);
H A DInode.cpp306 FillGapWithZeros(oldSize, pos);
327 Inode::FillGapWithZeros(off_t start, off_t end) function in class:Inode
340 TRACE("Inode::FillGapWithZeros(): Calling file_cache_write(%p, NULL, "
H A Dkernel_interface.cpp656 inode->FillGapWithZeros(oldSize, inode->Size());
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h151 status_t FillGapWithZeros(off_t oldSize, off_t newSize);
H A DInode.cpp1646 FillGapWithZeros(oldSize, pos);
1669 Inode::FillGapWithZeros(off_t pos, off_t newSize) function in class:Inode
H A Dkernel_interface.cpp912 inode->FillGapWithZeros(oldSize, inode->Size());

Completed in 79 milliseconds