Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/crypto/
Dfname.c64 static inline bool fscrypt_is_dot_dotdot(const struct qstr *str) in fscrypt_is_dot_dotdot() function
324 if (fscrypt_is_dot_dotdot(&qname)) { in fscrypt_fname_disk_to_usr()
398 if (!IS_ENCRYPTED(dir) || fscrypt_is_dot_dotdot(iname)) { in fscrypt_setup_filename()