Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dread_write.c117 loff_t total_remaining_bytes = ((offset + size) - pos); in ecryptfs_write() local
124 if (num_bytes > total_remaining_bytes) in ecryptfs_write()
125 num_bytes = total_remaining_bytes; in ecryptfs_write()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dread_write.c117 loff_t total_remaining_bytes = ((offset + size) - pos); in ecryptfs_write() local
124 if (num_bytes > total_remaining_bytes) in ecryptfs_write()
125 num_bytes = total_remaining_bytes; in ecryptfs_write()

Completed in 2 milliseconds