smb_ntutc2unixutc 2111 fs/smbfs/proc.c 	fattr->f_ctime = smb_ntutc2unixutc(LVAL(p, 16));
smb_ntutc2unixutc 2112 fs/smbfs/proc.c 	fattr->f_atime = smb_ntutc2unixutc(LVAL(p, 24));
smb_ntutc2unixutc 2113 fs/smbfs/proc.c 	fattr->f_mtime = smb_ntutc2unixutc(LVAL(p, 32));
smb_ntutc2unixutc 2213 fs/smbfs/proc.c 		fattr->f_ctime = smb_ntutc2unixutc(LVAL(p, 8));
smb_ntutc2unixutc 2214 fs/smbfs/proc.c 		fattr->f_atime = smb_ntutc2unixutc(LVAL(p, 16));
smb_ntutc2unixutc 2215 fs/smbfs/proc.c 		fattr->f_mtime = smb_ntutc2unixutc(LVAL(p, 24));
smb_ntutc2unixutc 2759 fs/smbfs/proc.c 	attr->f_ctime = smb_ntutc2unixutc(LVAL(req->rq_data, 0));
smb_ntutc2unixutc 2760 fs/smbfs/proc.c 	attr->f_atime = smb_ntutc2unixutc(LVAL(req->rq_data, 8));
smb_ntutc2unixutc 2761 fs/smbfs/proc.c 	attr->f_mtime = smb_ntutc2unixutc(LVAL(req->rq_data, 16));