Searched refs:fscrypt_has_permitted_context (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/crypto/ |
| D | hooks.c | 41 !fscrypt_has_permitted_context(d_inode(dir), inode)) { in fscrypt_file_open() 65 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link() 93 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename() 99 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
|
| D | policy.c | 408 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function 458 EXPORT_SYMBOL(fscrypt_has_permitted_context);
|
| /Linux-v5.4/include/linux/ |
| D | fscrypt.h | 139 extern int fscrypt_has_permitted_context(struct inode *, struct inode *); 373 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
|
| /Linux-v5.4/fs/f2fs/ |
| D | namei.c | 483 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
|
| /Linux-v5.4/fs/ubifs/ |
| D | dir.c | 266 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
|
| /Linux-v5.4/fs/ext4/ |
| D | namei.c | 1709 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()
|