Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfsverity.h111 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info() function
139 static inline struct fsverity_info *fsverity_get_info(const struct inode *inode) in fsverity_get_info() function
208 return fsverity_get_info(inode) != NULL; in fsverity_active()
/Linux-v5.4/fs/verity/
Dmeasure.c29 vi = fsverity_get_info(inode); in fsverity_ioctl_measure()
Dopen.c241 struct fsverity_info *vi = fsverity_get_info(inode); in ensure_verity_info()