Searched refs:rev1_mode (Results 1 – 1 of 1) sorted by relevance
2648 mode_t rev1_mode, rev2_mode; in special_file_mismatch() local2691 rev1_mode = sb.st_mode; in special_file_mismatch()2692 if (S_ISBLK (rev1_mode) || S_ISCHR (rev1_mode)) in special_file_mismatch()2727 rev1_mode = strtoul (n->data, NULL, 8); in special_file_mismatch()2731 rev1_mode |= S_IFREG; in special_file_mismatch()2742 rev1_mode |= S_IFCHR; in special_file_mismatch()2744 rev1_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()2900 else if (S_ISBLK (rev1_mode)) in special_file_mismatch()