round_timespec   1020 source3/include/proto.h void round_timespec(enum timestamp_set_resolution res, struct timespec *ts);
round_timespec    327 source3/lib/time.c 	round_timespec(res, &ts);
round_timespec   4934 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft->create_time);
round_timespec   4935 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft->atime);
round_timespec   4936 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft->mtime);
round_timespec   4978 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft_stat.create_time);
round_timespec   4979 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft_stat.atime);
round_timespec   4980 source3/smbd/trans2.c 	round_timespec(conn->ts_res, &ft_stat.mtime);