Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dhooks.c62 if (fscrypt_is_nokey_name(dentry)) in __fscrypt_prepare_link()
87 if (fscrypt_is_nokey_name(old_dentry) || in __fscrypt_prepare_rename()
88 fscrypt_is_nokey_name(new_dentry)) in __fscrypt_prepare_rename()
/linux-4.19.296/include/linux/
Dfscrypt_supp.h85 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
Dfscrypt_notsupp.h27 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
/linux-4.19.296/fs/ubifs/
Ddir.c296 if (fscrypt_is_nokey_name(dentry)) in ubifs_prepare_create()
/linux-4.19.296/fs/f2fs/
Df2fs.h2860 if (fscrypt_is_nokey_name(dentry)) in f2fs_add_link()
/linux-4.19.296/fs/ext4/
Dnamei.c2155 if (fscrypt_is_nokey_name(dentry)) in ext4_add_entry()