Searched refs:fscrypt_has_permitted_context (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/crypto/ |
| H A D | hooks.c | 63 if (!fscrypt_has_permitted_context(d_inode(dentry_parent), inode)) { in fscrypt_file_open() 84 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link() 105 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename() 111 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
|
| H A D | policy.c | 659 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/include/linux/ |
| H A D | fscrypt.h | 387 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child); 594 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
|
| /linux/fs/f2fs/ |
| H A D | namei.c | 517 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
|
| /linux/fs/ubifs/ |
| H A D | dir.c | 283 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
|
| /linux/fs/ceph/ |
| H A D | file.c | 965 !fscrypt_has_permitted_context(dir, d_inode(dentry))) { in ceph_atomic_open()
|
| /linux/fs/ext4/ |
| H A D | namei.c | 1794 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()
|