Searched refs:total_remaining_zeros (Results 1 – 1 of 1) sorted by relevance
127 loff_t total_remaining_zeros = (offset - pos); in ecryptfs_write() local129 if (num_bytes > total_remaining_zeros) in ecryptfs_write()130 num_bytes = total_remaining_zeros; in ecryptfs_write()