Lines Matching refs:new_mode
53 mode_t new_mode; member
121 mode_t old_mode, mode_t new_mode) in mode_changed() argument
123 if (new_mode & (S_ISUID | S_ISGID | S_ISVTX)) in mode_changed()
138 new_mode = new_stats.st_mode; in mode_changed()
141 return ((old_mode ^ new_mode) & CHMOD_MODE_BITS) != 0; in mode_changed()
172 m = ch->new_mode & CHMOD_MODE_BITS; in describe_change()
174 strmode (ch->new_mode, perms); in describe_change()
278 ch.new_mode = mode_adjust (ch.old_mode, S_ISDIR (ch.old_mode) != 0, in process_file()
280 if (chmodat (fts->fts_cwd_fd, file, ch.new_mode) == 0) in process_file()
295 ch.old_mode, ch.new_mode)) in process_file()
307 if (ch.new_mode & ~naively_expected_mode) in process_file()
311 strmode (ch.new_mode, new_perms); in process_file()