Searched refs:zerofrom (Results 1 – 2 of 2) sorted by relevance
1091 unsigned int zerofrom; in __copy_xstate_to_uabi_buf() local1144 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()
196 u32 zerofrom, len; in ntfs_extend_initialized_size() local217 zerofrom = pos & (PAGE_SIZE - 1); in ntfs_extend_initialized_size()218 len = PAGE_SIZE - zerofrom; in ntfs_extend_initialized_size()227 folio_zero_range(folio, zerofrom, folio_size(folio) - zerofrom); in ntfs_extend_initialized_size()