Home
last modified time | relevance | path

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

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