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

/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h65 status_t FillGapWithZeros(off_t start, off_t end);
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.h83 status_t FillGapWithZeros(off_t start, off_t end);
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DInode.h92 status_t FillGapWithZeros(off_t start, off_t end);
H A DInode.cpp322 FillGapWithZeros(oldSize, pos);
342 Inode::FillGapWithZeros(off_t start, off_t end) function in class:Inode
354 TRACE("Inode::FillGapWithZeros(): Calling file_cache_write(%p, NULL, "
H A Dkernel_interface.cpp650 inode->FillGapWithZeros(oldSize, inode->Size());
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DInode.h144 status_t FillGapWithZeros(off_t oldSize, off_t newSize);
H A DInode.cpp1619 FillGapWithZeros(oldSize, pos);
1642 Inode::FillGapWithZeros(off_t pos, off_t newSize) function in class:Inode
H A Dkernel_interface.cpp814 inode->FillGapWithZeros(oldSize, inode->Size());
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DInode.h155 status_t FillGapWithZeros(off_t oldSize, off_t newSize);
H A DStream.h517 FillGapWithZeros(oldSize, pos);
H A Dkernel_interface_r5.cpp949 inode->FillGapWithZeros(inode->OldSize(), inode->Size());
H A DInode.cpp1091 Inode::FillGapWithZeros(off_t pos, off_t newSize) function in class:Inode

Completed in 244 milliseconds