Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dread_write.c121 loff_t ecryptfs_file_size = in ecryptfs_write() local
131 if (offset > ecryptfs_file_size) in ecryptfs_write()
132 pos = ecryptfs_file_size; in ecryptfs_write()
196 if ((offset + size) > ecryptfs_file_size) { in ecryptfs_write()
305 loff_t ecryptfs_file_size =
311 if ((offset + size) > ecryptfs_file_size) {
316 __func__, offset, size, ecryptfs_file_size);