Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dhooks.c55 if (fscrypt_is_nokey_name(dentry)) in __fscrypt_prepare_link()
73 if (fscrypt_is_nokey_name(old_dentry) || in __fscrypt_prepare_rename()
74 fscrypt_is_nokey_name(new_dentry)) in __fscrypt_prepare_rename()
/Linux-v6.6/include/linux/
Dfscrypt.h244 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
407 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
/Linux-v6.6/fs/ubifs/
Ddir.c279 if (fscrypt_is_nokey_name(dentry)) in ubifs_prepare_create()
/Linux-v6.6/fs/f2fs/
Df2fs.h3568 if (fscrypt_is_nokey_name(dentry)) in f2fs_add_link()
/Linux-v6.6/fs/ext4/
Dnamei.c2395 if (fscrypt_is_nokey_name(dentry)) in ext4_add_entry()