Home
last modified time | relevance | path

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

/linux/fs/
H A Dbuffer.c2508 unsigned zerofrom, offset, len; in cont_expand_zero() local
2515 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2516 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2520 len = PAGE_SIZE - zerofrom; in cont_expand_zero()
2544 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2546 if (offset <= zerofrom) { in cont_expand_zero()
2549 if (zerofrom & (blocksize-1)) { in cont_expand_zero()
2553 len = offset - zerofrom; in cont_expand_zero()
2581 unsigned int zerofrom; in cont_write_begin() local
2588 zerofrom = *bytes & ~PAGE_MASK; in cont_write_begin()
[all …]
/linux/fs/ntfs3/
H A Dfile.c208 u32 zerofrom, len; in ntfs_extend_initialized_size() local
229 zerofrom = pos & (PAGE_SIZE - 1); in ntfs_extend_initialized_size()
230 len = PAGE_SIZE - zerofrom; in ntfs_extend_initialized_size()
239 folio_zero_range(folio, zerofrom, folio_size(folio) - zerofrom); in ntfs_extend_initialized_size()