Searched refs:fscrypt_is_nokey_name (Results 1 - 5 of 5) sorted by path

/linux-master/fs/crypto/
H A Dhooks.c75 if (fscrypt_is_nokey_name(dentry))
93 if (fscrypt_is_nokey_name(old_dentry) ||
94 fscrypt_is_nokey_name(new_dentry))
/linux-master/fs/ext4/
H A Dnamei.c2391 if (fscrypt_is_nokey_name(dentry))
/linux-master/fs/f2fs/
H A Df2fs.h3584 if (fscrypt_is_nokey_name(dentry))
/linux-master/fs/ubifs/
H A Ddir.c278 if (fscrypt_is_nokey_name(dentry))
/linux-master/include/linux/
H A Dfscrypt.h252 * fscrypt_is_nokey_name() - test whether a dentry is a no-key name
275 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) function
467 static inline bool fscrypt_is_nokey_name(const struct dentry *dentry) function

Completed in 267 milliseconds