Lines Matching refs:statp
79 const struct stat *statp,
87 timebuf[0] = statp->st_atim;
88 timebuf[1] = statp->st_mtim;
94 tv[0].tv_sec = statp->st_atime;
96 tv[1].tv_sec = statp->st_mtime;
108 static int sss_futime_set(int fd, const struct stat *statp)
115 timebuf[0] = statp->st_atim;
116 timebuf[1] = statp->st_mtim;
121 tv[0].tv_sec = statp->st_atime;
123 tv[1].tv_sec = statp->st_mtime;
324 const struct stat *statp,
365 ret = sss_timeat_set(dst_dir_fd, file_name, statp,
449 const struct stat *statp,
474 ret = copy_file_contents(ifd, ofd, statp->st_mode, uid, gid);
478 ret = sss_futime_set(ofd, statp);