tag | line | file | source code |
mtime | 275 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 392 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 430 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 457 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 527 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 630 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 271 | fs/nfs/inode.c | sattr.mtime.seconds = attr->ia_mtime; |
mtime | 272 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 274 | fs/nfs/inode.c | sattr.mtime.seconds = sattr.mtime.useconds = (unsigned) -1; |
mtime | 185 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
mtime | 186 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
mtime | 200 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
mtime | 201 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
mtime | 790 | fs/smbfs/dir.c | entry.mtime = CURRENT_TIME; |
mtime | 115 | fs/smbfs/inode.c | inode->i_mtime = SMB_INOP(inode)->finfo.mtime; |
mtime | 136 | fs/smbfs/inode.c | finfo->mtime = inode->i_mtime; |
mtime | 384 | fs/smbfs/inode.c | finfo.mtime = attr->ia_mtime; |
mtime | 386 | fs/smbfs/inode.c | finfo.mtime = inode->i_mtime; |
mtime | 396 | fs/smbfs/inode.c | inode->i_mtime = finfo.mtime; |
mtime | 584 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv2)); |
mtime | 604 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(finfo->mtime)); |
mtime | 929 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
mtime | 1073 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
mtime | 1089 | fs/smbfs/proc.c | finfo->mtime = date_dos2unix(WVAL(p, 14), WVAL(p, 12)); |
mtime | 1103 | fs/smbfs/proc.c | finfo->mtime = make_unix_date2(p+12); |
mtime | 1410 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv1)); |
mtime | 1435 | fs/smbfs/proc.c | entry->mtime = date_dos2unix(WVAL(buf, smb_vwv5), WVAL(buf, smb_vwv4)); |
mtime | 1462 | fs/smbfs/proc.c | entry->mtime = temp_entry.mtime; |
mtime | 1492 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(new_finfo->mtime)); |
mtime | 1526 | fs/smbfs/proc.c | date_unix2dos(new_entry->mtime, &time, &date); |
mtime | 347 | fs/umsdos/dir.c | if (S_ISREG(entry->mode)) entry->mtime = inode->i_mtime; |
mtime | 352 | fs/umsdos/dir.c | inode->i_mtime = entry->mtime; |
mtime | 339 | fs/umsdos/inode.c | entry.mtime = attr->ia_mtime; |
mtime | 225 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 295 | fs/umsdos/namei.c | new_info->entry.mtime = old_info->entry.mtime; |
mtime | 697 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 142 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 152 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 93 | include/linux/smb.h | time_t atime, mtime, /* Times, as seen by the server, normalized */ |
mtime | 35 | include/linux/umsdos_fs.h | time_t mtime; /* Last modification time */ |