get_mtimespec    1026 source3/include/proto.h struct timespec get_mtimespec(const SMB_STRUCT_STAT *pst);
get_mtimespec     828 source3/modules/onefs_open.c 		struct timespec old_write_time = get_mtimespec(psbuf);
get_mtimespec     912 source3/modules/onefs_open.c 				old_write_time = get_mtimespec(psbuf);
get_mtimespec    1101 source3/modules/onefs_open.c 		struct timespec old_write_time = get_mtimespec(psbuf);
get_mtimespec    1568 source3/modules/onefs_open.c 	mtimespec = get_mtimespec(psbuf);
get_mtimespec     119 source3/modules/vfs_default.c 	mtime_ts = get_mtimespec(&st);
get_mtimespec     405 source3/modules/vfs_recycle.c 	ft.mtime = touch_mtime ? ft.atime : get_mtimespec(&st); /* mtime */
get_mtimespec     609 source3/smbd/nttrans.c 	m_timespec = get_mtimespec(&sbuf);
get_mtimespec    1076 source3/smbd/nttrans.c 	m_timespec = get_mtimespec(&sbuf);
get_mtimespec    1289 source3/smbd/nttrans.c 	set_close_write_time(fsp2, get_mtimespec(&sbuf1));
get_mtimespec    1727 source3/smbd/open.c 		struct timespec old_write_time = get_mtimespec(psbuf);
get_mtimespec    1931 source3/smbd/open.c 		struct timespec old_write_time = get_mtimespec(psbuf);
get_mtimespec    2559 source3/smbd/open.c 	mtimespec = get_mtimespec(psbuf);
get_mtimespec    6410 source3/smbd/reply.c 	set_close_write_time(fsp2, get_mtimespec(&src_sbuf));
get_mtimespec    1418 source3/smbd/trans2.c 			mdate_ts = get_mtimespec(&sbuf);
get_mtimespec    3534 source3/smbd/trans2.c 	put_long_date_timespec(TIMESTAMP_SET_NT_OR_BETTER, pdata+16,get_mtimespec(psbuf));    /* Last modification time 64 Bit */
get_mtimespec    4180 source3/smbd/trans2.c 	mtime_ts = get_mtimespec(&sbuf);
get_mtimespec    4922 source3/smbd/trans2.c 		ft->mtime = get_mtimespec(psbuf);
get_mtimespec    4976 source3/smbd/trans2.c 	ft_stat.mtime = get_mtimespec(psbuf);
get_mtimespec    6092 source3/smbd/trans2.c 		ft.mtime = get_mtimespec(psbuf);