Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dhooks.c75 if (fscrypt_is_nokey_name(dentry)) in __fscrypt_prepare_link()
93 if (fscrypt_is_nokey_name(old_dentry) || in __fscrypt_prepare_rename()
94 fscrypt_is_nokey_name(new_dentry)) in __fscrypt_prepare_rename()
/linux-6.15/include/linux/
H A Dfscrypt.h276 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
466 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) in fscrypt_is_nokey_name() function
/linux-6.15/fs/ubifs/
H A Ddir.c299 if (fscrypt_is_nokey_name(dentry)) in ubifs_prepare_create()
/linux-6.15/fs/ext4/
H A Dnamei.c2380 if (fscrypt_is_nokey_name(dentry)) in ext4_add_entry()
/linux-6.15/fs/f2fs/
H A Df2fs.h3686 if (fscrypt_is_nokey_name(dentry)) in f2fs_add_link()