Searched refs:fscrypt_has_permitted_context (Results 1 – 3 of 3) sorted by relevance
387 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
663 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function719 EXPORT_SYMBOL(fscrypt_has_permitted_context);
1796 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()