Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfscrypt.h366 int fscrypt_prepare_setflags(struct inode *inode,
697 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/linux-6.1.9/fs/crypto/
Dhooks.c139 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/linux-6.1.9/fs/
Dioctl.c598 err = fscrypt_prepare_setflags(inode, old_ma->flags, fa->flags); in fileattr_set_prepare()