Searched refs:i_verity_info (Results 1 – 4 of 4) sorted by relevance
201 if (cmpxchg_release(&inode->i_verity_info, NULL, vi) != NULL) { in fsverity_set_info()385 fsverity_free_info(inode->i_verity_info); in fsverity_cleanup_inode()386 inode->i_verity_info = NULL; in fsverity_cleanup_inode()
182 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_page()216 const struct fsverity_info *vi = inode->i_verity_info; in fsverity_verify_bio()
135 return smp_load_acquire(&inode->i_verity_info); in fsverity_get_info()
699 struct fsverity_info *i_verity_info; member