Searched refs:zero_user (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | highmem.h | 295 static inline void zero_user(struct page *page, in zero_user() function
|
| /linux/fs/ |
| A D | direct-io.c | 999 zero_user(page, from, 1 << blkbits); in do_direct_IO()
|
| /linux/block/ |
| A D | bio.c | 661 zero_user(bv.bv_page, bv.bv_offset + offset, in bio_truncate()
|
| /linux/drivers/block/null_blk/ |
| A D | main.c | 1158 zero_user(dest, off + count, temp); in copy_from_nullb()
|
| /linux/fs/f2fs/ |
| A D | file.c | 707 zero_user(page, offset, PAGE_SIZE - offset); in truncate_partial_data_page() 1133 zero_user(page, start, len); in fill_zero()
|
| /linux/fs/reiserfs/ |
| A D | inode.c | 2323 zero_user(page, offset, length); in reiserfs_truncate_file()
|
| /linux/fs/ceph/ |
| A D | file.c | 2543 zero_user(page, offset & (PAGE_SIZE - 1), size); in ceph_zero_partial_page()
|
Completed in 39 milliseconds