Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dinternal.h206 static inline bool is_dot_dotdot(const char *name) in is_dot_dotdot() function
/external/erofs-utils/lib/
Dinode.c972 if (is_dot_dotdot(dp->d_name) || in erofs_mkfs_build_tree()
1012 if (is_dot_dotdot(d->name)) { in erofs_mkfs_build_tree()
Dxattr.c468 if (is_dot_dotdot(dp->d_name) || in erofs_count_all_xattrs_from_path()
/external/f2fs-tools/fsck/
Df2fs.h636 static inline int is_dot_dotdot(const unsigned char *name, const int len) in is_dot_dotdot() function
Ddir.c619 if (is_dot_dotdot(filename, namelen)) { in convert_inline_dentry()