Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dhooks.c41 !fscrypt_has_permitted_context(d_inode(dir), inode)) { in fscrypt_file_open()
60 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()
Dpolicy.c157 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
227 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h83 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
Dfscrypt_supp.h81 extern int fscrypt_has_permitted_context(struct inode *, struct inode *);
/Linux-v4.19/fs/f2fs/
Dnamei.c476 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
/Linux-v4.19/fs/ubifs/
Ddir.c280 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
/Linux-v4.19/fs/ext4/
Dnamei.c1582 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()