Searched refs:zerofrom (Results 1 - 4 of 4) sorted by last modified time

/linux-master/fs/
H A Dbuffer.c2503 unsigned zerofrom, offset, len; local
2510 zerofrom = curpos & ~PAGE_MASK;
2511 if (zerofrom & (blocksize-1)) {
2515 len = PAGE_SIZE - zerofrom;
2521 zero_user(page, zerofrom, len);
2539 zerofrom = curpos & ~PAGE_MASK;
2541 if (offset <= zerofrom) {
2544 if (zerofrom & (blocksize-1)) {
2548 len = offset - zerofrom;
2554 zero_user(page, zerofrom, le
2577 unsigned int zerofrom; local
[all...]
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c1072 unsigned int zerofrom; local
1125 zerofrom = offsetof(struct xregs_state, extended_state_area);
1148 if (zerofrom < xstate_offsets[i])
1149 membuf_zero(&to, xstate_offsets[i] - zerofrom);
1168 zerofrom = xstate_offsets[i] + xstate_sizes[i];
/linux-master/fs/exfat/
H A Dfile.c533 u32 zerofrom, len; local
536 zerofrom = start & (PAGE_SIZE - 1);
537 len = PAGE_SIZE - zerofrom;
545 zero_user_segment(page, zerofrom, zerofrom + len);
/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 154 milliseconds