Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dbuffer.c2514 unsigned zerofrom, offset, len; in cont_expand_zero() local
2521 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2522 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2526 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2550 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2552 if (offset <= zerofrom) { in cont_expand_zero()
2555 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2559 len = offset - zerofrom; in cont_expand_zero()
2588 unsigned int zerofrom; in cont_write_begin() local
2595 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()
[all …]
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c1075 unsigned int zerofrom; in __copy_xstate_to_uabi_buf() local
1128 zerofrom = offsetof(struct xregs_state, extended_state_area); in __copy_xstate_to_uabi_buf()
1151 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()
1152 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()
1171 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in __copy_xstate_to_uabi_buf()
/linux-6.15/fs/ntfs3/
H A Dfile.c214 u32 zerofrom, len; in ntfs_extend_initialized_size() local
235 zerofrom = pos & (PAGE_SIZE - 1); in ntfs_extend_initialized_size()
236 len = PAGE_SIZE - zerofrom; in ntfs_extend_initialized_size()
245 folio_zero_range(folio, zerofrom, folio_size(folio) - zerofrom); in ntfs_extend_initialized_size()