Home
last modified time | relevance | path

Searched refs:DT_WHT (Results 1 – 17 of 17) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dpass2.c125 inoinfo(UFS_WINO)->ino_type = DT_WHT; in pass2()
469 } else if (((dirp->d_ino == UFS_WINO && dirp->d_type != DT_WHT) || in pass2check()
470 (dirp->d_ino != UFS_WINO && dirp->d_type == DT_WHT))) { in pass2check()
473 dirp->d_type = DT_WHT; in pass2check()
/freebsd/sys/ufs/ufs/
H A Ddir.h96 #define DT_WHT 14 macro
H A Dufs_lookup.c436 if (!OFSFMT(vdp) && ep->d_type == DT_WHT) { in ufs_lookup_ino()
1151 ep->d_type = DT_WHT; in ufs_dirremove()
H A Dufs_vnops.c1200 newdir.d_type = DT_WHT; in ufs_whiteout()
/freebsd/sys/sys/
H A Ddirent.h102 #define DT_WHT 14 macro
/freebsd/lib/libc/gen/
H A Dreaddir.c81 if (dp->d_type == DT_WHT && (dirp->dd_flags & DTF_HIDEW)) in _readdir_unlocked()
H A Dopendir2.c227 if (dp->d_type == DT_WHT && in _filldir()
H A Dfts-compat11.c789 if (dp->d_type == DT_WHT) in fts_build()
H A Dfts.c788 if (dp->d_type == DT_WHT) in fts_build()
H A Dfts-compat.c805 if (dp->d_type == DT_WHT) in fts_build()
/freebsd/contrib/netbsd-tests/fs/vfs/
H A Dt_union.c146 if (strcmp(dp->d_name, TFILE) == 0 && dp->d_type != DT_WHT) in basic()
/freebsd/sys/kern/
H A Dvfs_default.c316 if (dp->d_type != DT_WHT && dp->d_fileno != 0 && in dirent_exists()
759 if ((dp->d_type != DT_WHT) && in vop_stdvptocnp()
H A Dvfs_vnops.c4057 if (dp->d_type == DT_WHT) in vn_dir_check_empty()
/freebsd/sbin/restore/
H A Dinteractive.c612 case DT_WHT: in mkentry()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c123 static uint8_t dtype_to_vnode[DT_WHT + 1] = { VNON, VFIFO, VCHR, VNON, VDIR,
125 #define NFS_DTYPETOVTYPE(t) ((t) <= DT_WHT ? dtype_to_vnode[(t)] : VNON)
2226 (dp->d_fileno == 0 || dp->d_type == DT_WHT || in nfsrvd_readdir()
2269 if (dp->d_fileno != 0 && dp->d_type != DT_WHT && in nfsrvd_readdir()
2525 (dp->d_fileno == 0 || dp->d_type == DT_WHT || in nfsrvd_readdirplus()
2629 if (dp->d_fileno != 0 && dp->d_type != DT_WHT && in nfsrvd_readdirplus()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c1616 if (dp->d_type == DT_WHT) in unionfs_check_rmdir()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1709 d.d_type = DT_WHT; in tmpfs_dir_getdents()