Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dfname.c68 static inline bool fscrypt_is_dot_dotdot(const struct qstr *str) in fscrypt_is_dot_dotdot() function
346 if (fscrypt_is_dot_dotdot(&qname)) { in fscrypt_fname_disk_to_usr()
421 if (!IS_ENCRYPTED(dir) || fscrypt_is_dot_dotdot(iname)) { in fscrypt_setup_filename()