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

/freebsd-9.3-release/include/
H A Ddirent.h78 #define DTF_HIDEW 0x0001 /* hide whiteout entries */ macro
/freebsd-9.3-release/lib/libc/gen/
H A Dreaddir.c78 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW))
H A Dopendir.c60 return (__opendir2(name, DTF_HIDEW|DTF_NODUP));
80 return (__opendir_common(fd, NULL, DTF_HIDEW|DTF_NODUP));
263 (flags & DTF_HIDEW))
H A Dfts-compat.c662 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;
H A Dfts.c659 oflag = DTF_HIDEW | DTF_NODUP | DTF_REWIND;

Completed in 47 milliseconds