Searched refs:fscrypt_has_permitted_context (Results 1 – 6 of 6) sorted by relevance
/linux/fs/crypto/ |
A D | hooks.c | 43 !fscrypt_has_permitted_context(d_inode(dir), inode)) { in fscrypt_file_open() 64 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link() 85 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename() 91 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
|
A D | policy.c | 590 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function 646 EXPORT_SYMBOL(fscrypt_has_permitted_context);
|
/linux/include/linux/ |
A D | fscrypt.h | 275 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child); 456 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
|
/linux/fs/f2fs/ |
A D | namei.c | 557 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
|
/linux/fs/ubifs/ |
A D | dir.c | 261 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
|
/linux/fs/ext4/ |
A D | namei.c | 1794 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()
|
Completed in 20 milliseconds