Home
last modified time | relevance | path

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

/linux-6.1.9/fs/crypto/
Dhooks.c120 int __fscrypt_prepare_setattr(struct dentry *dentry, struct iattr *attr) in __fscrypt_prepare_setattr() function
126 EXPORT_SYMBOL_GPL(__fscrypt_prepare_setattr);
/linux-6.1.9/include/linux/
Dfscrypt.h365 int __fscrypt_prepare_setattr(struct dentry *dentry, struct iattr *attr);
691 static inline int __fscrypt_prepare_setattr(struct dentry *dentry, in __fscrypt_prepare_setattr() function
996 return __fscrypt_prepare_setattr(dentry, attr); in fscrypt_prepare_setattr()