Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h387 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child);
580 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
/linux/fs/crypto/
H A Dpolicy.c663 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
719 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/linux/fs/ext4/
H A Dnamei.c1796 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()