Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dhooks.c41 !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 Dpolicy.c590 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
646 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h184 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child);
365 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dnamei.c553 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Ddir.c261 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus973 fscrypt_has_permitted_context
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dnamei.c1834 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()