Home
last modified time | relevance | path

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

/linux-4.19.296/fs/crypto/
Dfname.c19 static inline bool fscrypt_is_dot_dotdot(const struct qstr *str) in fscrypt_is_dot_dotdot() function
260 if (fscrypt_is_dot_dotdot(&qname)) { in fscrypt_fname_disk_to_usr()
323 if (!IS_ENCRYPTED(dir) || fscrypt_is_dot_dotdot(iname)) { in fscrypt_setup_filename()