SMB_AT_MTIME
if (attr->sa_mask & SMB_AT_MTIME) {
pa->sa_mask |= SMB_AT_MTIME;
SMB_AT_ATIME | SMB_AT_MTIME | SMB_AT_CTIME |
attr->sa_mask |= SMB_AT_MTIME;
attr.sa_mask |= SMB_AT_MTIME;
(ofile->f_pending_attr.sa_mask & SMB_AT_MTIME) != 0) {
attr.sa_mask = SMB_AT_MTIME;
if (times_set & SMB_AT_MTIME) {
FIX_TIME(sa_vattr.va_mtime, SMB_AT_MTIME);
if (times_set & SMB_AT_MTIME)
if (want_mask & pend_mask & SMB_AT_MTIME)
pa->sa_mask |= SMB_AT_MTIME;
attr.sa_mask |= SMB_AT_MTIME;
attr.sa_mask |= SMB_AT_MTIME;
attr.sa_mask |= SMB_AT_MTIME;
#define SMB_AT_TIMES (SMB_AT_ATIME | SMB_AT_MTIME |\