Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Dreaddir.c158 if (name_is_dotdot(p->name, p->len)) in ovl_calc_d_ino()
759 if (rdt->parent_ino && name_is_dotdot(name, namelen)) { in ovl_fill_real()
/linux/include/linux/
H A Dfs.h2880 static inline bool name_is_dotdot(const char *name, size_t len) in name_is_dotdot() function