Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dhooks.c61 if (!fscrypt_has_permitted_context(d_inode(dentry_parent), inode)) { in fscrypt_file_open()
82 if (!fscrypt_has_permitted_context(dir, inode)) in __fscrypt_prepare_link()
103 !fscrypt_has_permitted_context(new_dir, in __fscrypt_prepare_rename()
109 !fscrypt_has_permitted_context(old_dir, in __fscrypt_prepare_rename()
H A Dpolicy.c657 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child) in fscrypt_has_permitted_context() function
713 EXPORT_SYMBOL(fscrypt_has_permitted_context);
/linux-6.15/include/linux/
H A Dfscrypt.h352 int fscrypt_has_permitted_context(struct inode *parent, struct inode *child);
559 static inline int fscrypt_has_permitted_context(struct inode *parent, in fscrypt_has_permitted_context() function
/linux-6.15/fs/f2fs/
H A Dnamei.c515 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
/linux-6.15/fs/ubifs/
H A Ddir.c283 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
/linux-6.15/fs/ceph/
H A Dfile.c971 !fscrypt_has_permitted_context(dir, d_inode(dentry))) { in ceph_atomic_open()
/linux-6.15/fs/ext4/
H A Dnamei.c1798 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()