Home
last modified time | relevance | path

Searched refs:__fsverity_prepare_setattr (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dfsverity.h152 int __fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr);
217 static inline int __fsverity_prepare_setattr(struct dentry *dentry, in __fsverity_prepare_setattr() function
318 return __fsverity_prepare_setattr(dentry, attr); in fsverity_prepare_setattr()
/linux-6.12.1/fs/verity/
Dopen.c395 int __fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr) in __fsverity_prepare_setattr() function
401 EXPORT_SYMBOL_GPL(__fsverity_prepare_setattr);