Searched refs:DTF_HIDEW (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A Ddirent.h88 #define DTF_HIDEW 0x0001 /* hide whiteout entries */ macro
/freebsd-current/lib/libc/gen/
H A Dopendir.c55 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
67 return (__opendir_common(fd, DTF_HIDEW|DTF_NODUP, true));
252 (dirp->dd_flags & DTF_HIDEW))
H A Dreaddir.c81 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW))
H A Dfts-compat.c659 oflag = DTF_HIDEW | DTF_NODUP;
H A Dfts.c656 oflag = DTF_HIDEW | DTF_NODUP;
H A Dfts-compat11.c658 oflag = DTF_HIDEW | DTF_NODUP;

Completed in 186 milliseconds