Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Dfile.c136 lower_file = ecryptfs_file_to_lower(file); in ecryptfs_readdir()
190 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_mmap()
311 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_flush()
331 fput(ecryptfs_file_to_lower(file)); in ecryptfs_dir_release()
339 return vfs_llseek(ecryptfs_file_to_lower(file), offset, whence); in ecryptfs_dir_llseek()
351 return vfs_fsync(ecryptfs_file_to_lower(file), datasync); in ecryptfs_fsync()
359 lower_file = ecryptfs_file_to_lower(file); in ecryptfs_fasync()
368 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_unlocked_ioctl()
393 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_compat_ioctl()
H A Decryptfs_kernel.h441 static inline struct file *ecryptfs_file_to_lower(struct file *file) in ecryptfs_file_to_lower() function
H A Dinode.c961 lower_ia.ia_file = ecryptfs_file_to_lower(ia->ia_file); in ecryptfs_setattr()