Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dread_write.c139 size_t total_remaining_bytes = ((offset + size) - pos); in ecryptfs_write() local
141 if (num_bytes > total_remaining_bytes) in ecryptfs_write()
142 num_bytes = total_remaining_bytes; in ecryptfs_write()
324 size_t total_remaining_bytes = ((offset + size) - pos);
326 if (num_bytes > total_remaining_bytes)
327 num_bytes = total_remaining_bytes;