Searched refs:fill_zero (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/android/binder/ |
| H A D | allocation.rs | 127 pub(crate) fn fill_zero(&self) -> Result { in fill_zero() method 130 unsafe { self.process.pages.fill_zero(self.offset, self.size) } in fill_zero() 279 if let Err(e) = self.fill_zero() { in drop()
|
| H A D | page_range.rs | 610 pub(crate) unsafe fn fill_zero(&self, offset: usize, size: usize) -> Result { in fill_zero() method
|
| /linux/fs/f2fs/ |
| H A D | file.c | 1215 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function 1292 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole() 1298 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole() 1304 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole() 1705 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() 1713 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range() 1767 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
|