Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dbuffer.c2495 unsigned zerofrom, offset, len; in cont_expand_zero() local
2502 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2503 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2507 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2531 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2533 if (offset <= zerofrom) { in cont_expand_zero()
2536 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2540 len = offset - zerofrom; in cont_expand_zero()
2569 unsigned int zerofrom; in cont_write_begin() local
2576 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()
[all …]
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1091 unsigned int zerofrom; in __copy_xstate_to_uabi_buf() local
1144 zerofrom = offsetof(struct xregs_state, extended_state_area); in __copy_xstate_to_uabi_buf()
1167 if (zerofrom < xstate_offsets[i]) in __copy_xstate_to_uabi_buf()
1168 membuf_zero(&to, xstate_offsets[i] - zerofrom); in __copy_xstate_to_uabi_buf()
1187 zerofrom = xstate_offsets[i] + xstate_sizes[i]; in __copy_xstate_to_uabi_buf()
/linux-6.12.1/fs/ntfs3/
Dfile.c194 u32 zerofrom, len; in ntfs_extend_initialized_size() local
215 zerofrom = pos & (PAGE_SIZE - 1); in ntfs_extend_initialized_size()
216 len = PAGE_SIZE - zerofrom; in ntfs_extend_initialized_size()
225 folio_zero_range(folio, zerofrom, folio_size(folio)); in ntfs_extend_initialized_size()