tag | line | file | source code |
mtime | 273 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 390 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 428 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 455 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 525 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 632 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 80 | fs/nfs/file.c | if (fattr.mtime.seconds == NFS_OLDMTIME(inode)) |
mtime | 82 | fs/nfs/file.c | NFS_OLDMTIME(inode) = fattr.mtime.seconds; |
mtime | 284 | fs/nfs/inode.c | sattr.mtime.seconds = sattr.mtime.useconds = (unsigned) -1; |
mtime | 286 | fs/nfs/inode.c | sattr.mtime.seconds = attr->ia_mtime; |
mtime | 287 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 179 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
mtime | 180 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
mtime | 194 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
mtime | 195 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
mtime | 786 | fs/smbfs/dir.c | entry.mtime = CURRENT_TIME; |
mtime | 108 | fs/smbfs/inode.c | inode->i_mtime = SMB_INOP(inode)->finfo.mtime; |
mtime | 129 | fs/smbfs/inode.c | finfo->mtime = inode->i_mtime; |
mtime | 377 | fs/smbfs/inode.c | finfo.mtime = attr->ia_mtime; |
mtime | 379 | fs/smbfs/inode.c | finfo.mtime = inode->i_mtime; |
mtime | 389 | fs/smbfs/inode.c | inode->i_mtime = finfo.mtime; |
mtime | 582 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv2)); |
mtime | 602 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(finfo->mtime)); |
mtime | 927 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
mtime | 1071 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
mtime | 1087 | fs/smbfs/proc.c | finfo->mtime = date_dos2unix(WVAL(p, 14), WVAL(p, 12)); |
mtime | 1101 | fs/smbfs/proc.c | finfo->mtime = make_unix_date2(p+12); |
mtime | 1409 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv1)); |
mtime | 1434 | fs/smbfs/proc.c | entry->mtime = date_dos2unix(WVAL(buf, smb_vwv5), WVAL(buf, smb_vwv4)); |
mtime | 1461 | fs/smbfs/proc.c | entry->mtime = temp_entry.mtime; |
mtime | 1491 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(new_finfo->mtime)); |
mtime | 1525 | fs/smbfs/proc.c | date_unix2dos(new_entry->mtime, &time, &date); |
mtime | 343 | fs/umsdos/dir.c | if (S_ISREG(entry->mode)) entry->mtime = inode->i_mtime; |
mtime | 348 | fs/umsdos/dir.c | inode->i_mtime = entry->mtime; |
mtime | 333 | fs/umsdos/inode.c | entry.mtime = attr->ia_mtime; |
mtime | 222 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 292 | fs/umsdos/namei.c | new_info->entry.mtime = old_info->entry.mtime; |
mtime | 694 | 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 | 94 | include/linux/smb.h | time_t atime, mtime, /* Times, as seen by the server, normalized */ |
mtime | 38 | include/linux/umsdos_fs.h | time_t mtime; /* Last modification time */ |