Searched refs:S_ISWHT (Results 1 – 4 of 4) sorted by relevance
358 if (!fflag && !S_ISWHT(sb.st_mode) && !check(f, f, &sb)) in rm_file()361 if (!uid && !S_ISWHT(sb.st_mode) && in rm_file()366 if (S_ISWHT(sb.st_mode)) in rm_file()
292 #define S_ISWHT(m) (((m) & 0170000) == 0160000) /* whiteout */291 #define S_ISWHT( global() macro
184 #ifdef S_ISWHT in make_fileinfo()185 else if(S_ISWHT(st->st_mode)) { in make_fileinfo()
158 else if (S_ISWHT(mode)) in dtype2str()