Home
last modified time | relevance | path

Searched refs:S_IFWHT (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libc/string/
H A Dstrmode.c64 #ifdef S_IFWHT in strmode()
65 case S_IFWHT: /* whiteout */ in strmode()
/freebsd/usr.bin/stat/
H A Dstat.c871 #ifdef S_IFWHT in format1()
872 case S_IFWHT: sdata = "%"; break; in format1()
889 #ifdef S_IFWHT in format1()
890 case S_IFWHT: sdata = "Whiteout File"; break; in format1()
/freebsd/contrib/atf/atf-c/detail/
H A Dfs.c565 #if defined(S_IFWHT) in atf_fs_stat_init()
566 case S_IFWHT: st->m_type = atf_fs_stat_wht_type; break; in atf_fs_stat_init()
/freebsd/sys/sys/
H A Dstat.h279 #define S_IFWHT 0160000 /* whiteout */
278 #define S_IFWHT global() macro
/freebsd/sbin/restore/
H A Dutilities.c244 if (!Nflag && mknod(name, S_IFWHT, 0) < 0) { in addwhiteout()
/freebsd/tests/sys/fs/fusefs/
H A Dmknod.cc293 mode_t mode = S_IFWHT | 0755; in TEST_F()
/freebsd/bin/rm/
H A Drm.c339 sb.st_mode = S_IFWHT|S_IWUSR|S_IRUSR; in rm_file()
/freebsd/usr.bin/find/
H A Dfunction.c1625 #if defined(FTS_WHITEOUT) && defined(S_IFWHT) in c_type()
1627 mask = S_IFWHT; in c_type()
/freebsd/lib/libc/gen/
H A Dfts-compat11.c917 sbp->st_mode = S_IFWHT; in fts_stat()
H A Dfts.c916 sbp->st_mode = S_IFWHT; in fts_stat()
H A Dfts-compat.c928 sbp->st_mode = S_IFWHT; in fts_stat()
/freebsd/sys/kern/
H A Dvfs_syscalls.c1409 case S_IFWHT: in kern_mknodat()
1452 case S_IFWHT: in kern_mknodat()