Home
last modified time | relevance | path

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

/Linux-v5.10/fs/crypto/
Dhooks.c43 !fscrypt_has_permitted_context(d_inode(dir), inode)) { in fscrypt_file_open()
67 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link()
94 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename()
100 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
Dpolicy.c587 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
637 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/Linux-v5.10/include/linux/
Dfscrypt.h148 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child);
322 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
/Linux-v5.10/fs/f2fs/
Dnamei.c538 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
/Linux-v5.10/fs/ubifs/
Ddir.c260 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
/Linux-v5.10/fs/ext4/
Dnamei.c1715 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()