Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c2398 unsigned zerofrom, offset, len; in block_read_full_folio()
2405 zerofrom = curpos & ~PAGE_MASK; in block_read_full_folio()
2406 if (zerofrom & (blocksize-1)) { in block_read_full_folio()
2410 len = PAGE_SIZE - zerofrom; in block_read_full_folio()
2434 zerofrom = curpos & ~PAGE_MASK; in block_read_full_folio()
2436 if (offset <= zerofrom) { in block_read_full_folio()
2439 if (zerofrom & (blocksize-1)) { in block_read_full_folio()
2443 len = offset - zerofrom; in block_read_full_folio()
2471 unsigned int zerofrom; in generic_cont_expand_simple()
2478 zerofrom in generic_cont_expand_simple()
2505 unsigned zerofrom, offset, len; cont_expand_zero() local
2578 unsigned int zerofrom; cont_write_begin() local
[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()