Home
last modified time | relevance | path

Searched refs:fsverity_prepare_setattr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dfsverity.h138 int fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr);
180 static inline int fsverity_prepare_setattr(struct dentry *dentry, in fsverity_prepare_setattr() function
/Linux-v5.15/fs/verity/
Dopen.c370 int fsverity_prepare_setattr(struct dentry *dentry, struct iattr *attr) in fsverity_prepare_setattr() function
379 EXPORT_SYMBOL_GPL(fsverity_prepare_setattr);
/Linux-v5.15/fs/f2fs/
Dfile.c914 err = fsverity_prepare_setattr(dentry, attr); in f2fs_setattr()
/Linux-v5.15/fs/ext4/
Dinode.c5303 error = fsverity_prepare_setattr(dentry, attr); in ext4_setattr()