Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Dread_write.c131 loff_t total_remaining_bytes = ((offset + size) - pos); in ecryptfs_write() local
138 if (num_bytes > total_remaining_bytes) in ecryptfs_write()
139 num_bytes = total_remaining_bytes; in ecryptfs_write()