Searched refs:zero_user (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/ecryptfs/
H A Dmmap.c327 zero_user(page, 0, PAGE_SIZE);
362 zero_user(page, 0, PAGE_SIZE);
/linux-master/fs/vboxsf/
H A Dfile.c322 zero_user(page, from + copied, len - copied);
/linux-master/include/linux/
H A Dhighmem.h295 static inline void zero_user(struct page *page, function
/linux-master/fs/orangefs/
H A Dinode.c391 zero_user(page, from + copied, len - copied);
/linux-master/fs/
H A Ddirect-io.c1000 zero_user(page, from, 1 << blkbits);
H A Dbuffer.c2498 zero_user(page, zerofrom, len);
2531 zero_user(page, zerofrom, len);
/linux-master/block/
H A Dbio.c650 zero_user(bv.bv_page, bv.bv_offset + offset,
/linux-master/drivers/block/null_blk/
H A Dmain.c1119 zero_user(dest, off + count, temp);
/linux-master/fs/reiserfs/
H A Dinode.c2324 zero_user(page, offset, length);
/linux-master/fs/f2fs/
H A Dfile.c670 zero_user(page, offset, PAGE_SIZE - offset);
1082 zero_user(page, start, len);
/linux-master/fs/ceph/
H A Dfile.c2481 zero_user(page, offset & (PAGE_SIZE - 1), size);

Completed in 195 milliseconds