Searched refs:is_dot_dotdot (Results 1 – 7 of 7) sorted by relevance
103 if (is_dot_dotdot(name, len)) { in f2fs_hash_filename()
53 !is_dot_dotdot(fname->usr_fname->name, fname->usr_fname->len)) { in f2fs_init_casefolded_name()
77 return is_dot_dotdot(str->name, str->len); in fscrypt_is_dot_dotdot()
1978 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()
1113 if (!is_dot_dotdot(name, namlen)) in __dir_empty()
2852 static inline bool is_dot_dotdot(const char *name, size_t len) in is_dot_dotdot() function
2670 if (is_dot_dotdot(name, len)) in lookup_one_common()