Home
last modified time | relevance | path

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

/dragonfly/bin/rm/
H A Drm.c139 #ifdef S_IFWHT in main()
206 #ifdef S_IFWHT in rm_tree()
299 #ifdef S_IFWHT in rm_tree()
362 #ifdef S_IFWHT in rm_file()
363 sb.st_mode = S_IFWHT|S_IWUSR|S_IRUSR; in rm_file()
393 #ifdef S_IFWHT in rm_file()
/dragonfly/lib/libc/string/
H A Dstrmode.c66 #ifdef S_IFWHT in strmode()
67 case S_IFWHT: /* whiteout */ in strmode()
/dragonfly/usr.bin/stat/
H A Dstat.c887 #ifdef S_IFWHT in format1()
888 case S_IFWHT: sdata = "%"; break; in format1()
905 #ifdef S_IFWHT in format1()
906 case S_IFWHT: sdata = "Whiteout File"; break; in format1()
/dragonfly/sbin/newfs/
H A Dfscopy.c231 case S_IFWHT: in FSCopy()
326 case S_IFWHT: in FSPaste()
/dragonfly/sys/sys/
H A Dstat.h204 #define S_IFWHT 0160000 /* whiteout */ macro
/dragonfly/sbin/restore/
H A Dutilities.c244 if (!Nflag && mknod(name, S_IFWHT, 0) < 0) { in addwhiteout()
/dragonfly/bin/ls/
H A Dprint.c437 case S_IFWHT: in printtype()
/dragonfly/usr.bin/find/
H A Dfunction.c1536 #if defined(S_IFWHT) && defined(FTS_WHITEOUT) in c_type()
1538 mask = S_IFWHT; in c_type()
/dragonfly/lib/libc/gen/
H A Dfts.c869 sbp->st_mode = S_IFWHT; in fts_stat()
/dragonfly/sys/kern/
H A Dvfs_syscalls.c2338 case S_IFWHT: in kern_mknod()