Searched refs:DTF_HIDEW (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/include/
H A Ddirent.h70 #define DTF_HIDEW 0x0001 /* hide whiteout entries */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dfts-compat.c651 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
H A Dfts.c649 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
H A Dopendir.c61 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
73 return (__opendir_common(fd, DTF_HIDEW|DTF_NODUP, true));
258 (dirp->dd_flags & DTF_HIDEW))
H A Dreaddir.c85 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW))

Completed in 82 milliseconds