Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dread_write.c128 loff_t total_remaining_zeros = (offset - pos); in ecryptfs_write() local
130 if (num_bytes > total_remaining_zeros) in ecryptfs_write()
131 num_bytes = total_remaining_zeros; in ecryptfs_write()