Home
last modified time | relevance | path

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

/fs/crypto/
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()
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);
/fs/f2fs/
Dnamei.c553 !fscrypt_has_permitted_context(dir, inode)) { in f2fs_lookup()
/fs/ubifs/
Ddir.c261 !fscrypt_has_permitted_context(dir, inode)) { in ubifs_lookup()
/fs/ext4/
Dnamei.c1835 !fscrypt_has_permitted_context(dir, inode)) { in ext4_lookup()