Lines Matching refs:statp
78 const struct stat *statp,
86 timebuf[0] = statp->st_atim;
87 timebuf[1] = statp->st_mtim;
93 tv[0].tv_sec = statp->st_atime;
95 tv[1].tv_sec = statp->st_mtime;
107 static int sss_futime_set(int fd, const struct stat *statp)
114 timebuf[0] = statp->st_atim;
115 timebuf[1] = statp->st_mtim;
120 tv[0].tv_sec = statp->st_atime;
122 tv[1].tv_sec = statp->st_mtime;
323 const struct stat *statp,
364 ret = sss_timeat_set(dst_dir_fd, file_name, statp,
448 const struct stat *statp,
473 ret = copy_file_contents(ifd, ofd, statp->st_mode, uid, gid);
477 ret = sss_futime_set(ofd, statp);