Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dfscrypt.h375 int fscrypt_prepare_setflags(struct inode *inode,
715 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/Linux-v6.6/fs/crypto/
Dhooks.c169 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/Linux-v6.6/fs/
Dioctl.c599 err = fscrypt_prepare_setflags(inode, old_ma->flags, fa->flags); in fileattr_set_prepare()