Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h468 int fscrypt_prepare_setflags(struct inode *inode,
812 static inline int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/linux/fs/crypto/
H A Dhooks.c186 int fscrypt_prepare_setflags(struct inode *inode, in fscrypt_prepare_setflags() function
/linux/fs/
H A Dfile_attr.c198 err = fscrypt_prepare_setflags(inode, old_ma->flags, fa->flags); in fileattr_set_prepare()