Searched refs:rev2_mode (Results 1 – 1 of 1) sorted by relevance
2648 mode_t rev1_mode, rev2_mode; in special_file_mismatch() local2771 rev2_mode = sb.st_mode; in special_file_mismatch()2772 if (S_ISBLK (rev2_mode) || S_ISCHR (rev2_mode)) in special_file_mismatch()2807 rev2_mode = strtoul (n->data, NULL, 8); in special_file_mismatch()2811 rev2_mode |= S_IFREG; in special_file_mismatch()2822 rev2_mode |= S_IFCHR; in special_file_mismatch()2824 rev2_mode |= S_IFBLK; in special_file_mismatch()2882 (rev1_mode & 07777) != (rev2_mode & 07777)) in special_file_mismatch()2892 if ((rev1_mode & S_IFMT) != (rev2_mode & S_IFMT)) in special_file_mismatch()