Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dhash.c87 if (is_dot_dotdot(name_info)) in f2fs_dentry_hash()
Df2fs.h2601 static inline bool is_dot_dotdot(const struct qstr *str) in is_dot_dotdot() function
/Linux-v4.19/fs/ecryptfs/
Dcrypto.c2000 static bool is_dot_dotdot(const char *name, size_t name_size) in is_dot_dotdot() function
2036 if (is_dot_dotdot(name, name_size)) { in ecryptfs_decode_and_decrypt_filename()