Home
last modified time | relevance | path

Searched refs:utc2local (Results 1 – 2 of 2) sorted by relevance

/fs/ncpfs/
Ddir.c1195 static int utc2local(int time) in utc2local() function
1230 unix_date = utc2local(unix_date); in ncp_date_unix2dos()
/fs/smbfs/
Dproc.c455 utc2local(struct smb_sb_info *server, time_t time) in utc2local() function
494 unix_date = utc2local(server, unix_date); in date_unix2dos()
1215 DSET(req->rq_header, smb_vwv1, utc2local(server, mtime)); in smb_proc_close()
1551 DSET(req->rq_header, smb_vwv1, utc2local(server, ctime)); in smb_proc_create()