Searched refs:smb_time_local_to_gmt (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_set_fileinfo.c | 417 smb_time_local_to_gmt(sr, mtime); in smb_set_information() 445 smb_time_local_to_gmt(sr, mtime); in smb_set_information2() 450 attr.sa_crtime.tv_sec = smb_time_local_to_gmt(sr, crtime); in smb_set_information2() 456 smb_time_local_to_gmt(sr, atime); in smb_set_information2() 489 smb_time_local_to_gmt(sr, mtime); in smb_set_standard_info() 494 attr.sa_crtime.tv_sec = smb_time_local_to_gmt(sr, crtime); in smb_set_standard_info() 500 smb_time_local_to_gmt(sr, atime); in smb_set_standard_info()
|
H A D | smb_close.c | 69 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close() 110 mtime = smb_time_local_to_gmt(sr, sr->arg.timestamp); in smb_com_close_and_tree_disconnect()
|
H A D | smb_open_andx.c | 364 smb_time_local_to_gmt(sr, creation_time); in smb_pre_open_andx() 543 op->crtime.tv_sec = smb_time_local_to_gmt(sr, creation_time); in smb_com_trans2_open2()
|
H A D | smb_create.c | 183 op->mtime.tv_sec = smb_time_local_to_gmt(sr, op->mtime.tv_sec); in smb_common_create()
|
H A D | smb_kutil.c | 1179 smb_time_local_to_gmt(smb_request_t *sr, int32_t local) in smb_time_local_to_gmt() function
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 810 int32_t smb_time_local_to_gmt(smb_request_t *, int32_t);
|