Searched refs:zerofrom (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/exfat/
H A Dfile.c534 u32 zerofrom, len; local
537 zerofrom = start & (PAGE_SIZE - 1);
538 len = PAGE_SIZE - zerofrom;
546 zero_user_segment(page, zerofrom, zerofrom + len);
/linux-master/fs/
H A Dbuffer.c2480 unsigned zerofrom, offset, len; local
2487 zerofrom = curpos & ~PAGE_MASK;
2488 if (zerofrom & (blocksize-1)) {
2492 len = PAGE_SIZE - zerofrom;
2498 zero_user(page, zerofrom, len);
2516 zerofrom = curpos & ~PAGE_MASK;
2518 if (offset <= zerofrom) {
2521 if (zerofrom & (blocksize-1)) {
2525 len = offset - zerofrom;
2531 zero_user(page, zerofrom, le
2554 unsigned int zerofrom; local
[all...]
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1071 unsigned int zerofrom; local
1124 zerofrom = offsetof(struct xregs_state, extended_state_area);
1147 if (zerofrom < xstate_offsets[i])
1148 membuf_zero(&to, xstate_offsets[i] - zerofrom);
1167 zerofrom = xstate_offsets[i] + xstate_sizes[i];
/linux-master/fs/ntfs3/
H A Dfile.c117 u32 zerofrom, len; local
138 zerofrom = pos & (PAGE_SIZE - 1);
139 len = PAGE_SIZE - zerofrom;
148 zero_user_segment(page, zerofrom, PAGE_SIZE);

Completed in 108 milliseconds