Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfscrypt.h347 int fscrypt_prepare_setflags(struct inode *inode,
650 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/Linux-v5.15/fs/crypto/
Dhooks.c141 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/Linux-v5.15/fs/
Dioctl.c602 err = fscrypt_prepare_setflags(inode, old_ma->flags, fa->flags); in fileattr_set_prepare()