Home
last modified time | relevance | path

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

/linux-6.1.9/fs/crypto/
Dfname.c75 static inline bool fscrypt_is_dot_dotdot(const struct qstr *str) in fscrypt_is_dot_dotdot() function
378 if (fscrypt_is_dot_dotdot(&qname)) { in fscrypt_fname_disk_to_usr()
453 if (!IS_ENCRYPTED(dir) || fscrypt_is_dot_dotdot(iname)) { in fscrypt_setup_filename()