Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsverity.h141 fsverity_info_addr(const struct inode *inode) in fsverity_info_addr() function
165 return smp_load_acquire(fsverity_info_addr(inode)); in fsverity_get_info()
201 VFS_WARN_ON_ONCE(*fsverity_info_addr(inode) != NULL); in fsverity_cleanup_inode()
/linux/fs/verity/
H A Dopen.c252 if (cmpxchg_release(fsverity_info_addr(inode), NULL, vi) != NULL) { in fsverity_set_info()
397 struct fsverity_info **vi_addr = fsverity_info_addr(inode); in __fsverity_cleanup_inode()
H A Dverify.c278 struct fsverity_info *vi = *fsverity_info_addr(inode); in fsverity_init_verification_context()