Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfsverity.h137 int fsverity_file_open(struct inode *inode, struct file *filp);
175 static inline int fsverity_file_open(struct inode *inode, struct file *filp) in fsverity_file_open() function
/OK3568_Linux_fs/kernel/fs/verity/
H A Dopen.c345 int fsverity_file_open(struct inode *inode, struct file *filp) in fsverity_file_open() function
358 EXPORT_SYMBOL_GPL(fsverity_file_open);
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c865 ret = fsverity_file_open(inode, filp); in ext4_file_open()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus1007 fsverity_file_open
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c557 err = fsverity_file_open(inode, filp); in f2fs_file_open()