Home
last modified time | relevance | path

Searched refs:zerofrom (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dbuffer.c2505 unsigned zerofrom, offset, len; in cont_expand_zero() local
2512 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2513 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2517 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2541 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2543 if (offset <= zerofrom) { in cont_expand_zero()
2546 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2550 len = offset - zerofrom; in cont_expand_zero()
2578 unsigned int zerofrom; in cont_write_begin() local
2585 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()
[all …]
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1152 unsigned int zerofrom, i, xfeature; in __copy_xstate_to_uabi_buf() local
1205 zerofrom = offsetof(struct xregs_state, extended_state_area); in __copy_xstate_to_uabi_buf()
1229 if (zerofrom < xstate_offsets[xfeature]) in __copy_xstate_to_uabi_buf()
1230 membuf_zero(&to, xstate_offsets[xfeature] - zerofrom); in __copy_xstate_to_uabi_buf()
1249 zerofrom = xstate_offsets[xfeature] + xstate_sizes[xfeature]; in __copy_xstate_to_uabi_buf()