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

/freebsd-13-stable/include/
H A Ddirent.h91 #define DTF_HIDEW 0x0001 /* hide whiteout entries */ macro
/freebsd-13-stable/lib/libc/gen/
H A Dopendir.c59 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
71 return (__opendir_common(fd, DTF_HIDEW|DTF_NODUP, true));
256 (dirp->dd_flags & DTF_HIDEW))
H A Dreaddir.c85 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW))
H A Dfts-compat.c651 oflag = DTF_HIDEW | DTF_NODUP;
H A Dfts-compat11.c649 oflag = DTF_HIDEW | DTF_NODUP;
H A Dfts.c646 oflag = DTF_HIDEW | DTF_NODUP;

Completed in 113 milliseconds