Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dpolicy.c659 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
715 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/linux/fs/ceph/
H A Dfile.c984 !fscrypt_has_permitted_context(dir, d_inode(dentry))) { in ceph_atomic_open()