Searched refs:fscrypt_has_permitted_context (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/crypto/ |
H A D | hooks.c | 41 !fscrypt_has_permitted_context(d_inode(dir), inode)) { in fscrypt_file_open() 62 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link() 83 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename() 89 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
|
H A D | policy.c | 630 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function 686 EXPORT_SYMBOL(fscrypt_has_permitted_context);
|
/openbmc/linux/include/linux/ |
H A D | fscrypt.h | 293 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child); 497 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
|
/openbmc/linux/fs/f2fs/ |
H A D | namei.c | 505 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
|
/openbmc/linux/fs/ubifs/ |
H A D | dir.c | 263 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
|
/openbmc/linux/fs/ceph/ |
H A D | file.c | 887 !fscrypt_has_permitted_context(dir, d_inode(dentry))) { in ceph_atomic_open()
|
/openbmc/linux/fs/ext4/ |
H A D | namei.c | 1867 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()
|