Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c30 int fscrypt_file_open(struct inode *inode, struct file *filp) in fscrypt_file_open() function
50 EXPORT_SYMBOL_GPL(fscrypt_file_open);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h243 int fscrypt_file_open(struct inode *inode, struct file *filp);
516 static inline int fscrypt_file_open(struct inode *inode, struct file *filp) in fscrypt_file_open() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c861 ret = fscrypt_file_open(inode, filp); in ext4_file_open()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dfile.c1683 .open = fscrypt_file_open,
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus965 fscrypt_file_open
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c549 int err = fscrypt_file_open(inode, filp); in f2fs_file_open()