tag | line | file | source code |
mtime | 243 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 360 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 398 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 425 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 495 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 598 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 270 | fs/nfs/inode.c | sattr.mtime.seconds = attr->ia_mtime; |
mtime | 271 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 273 | 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 | 787 | fs/smbfs/dir.c | entry.mtime = CURRENT_TIME; |
mtime | 116 | fs/smbfs/inode.c | inode->i_mtime = SMB_INOP(inode)->finfo.mtime; |
mtime | 137 | fs/smbfs/inode.c | finfo->mtime = inode->i_mtime; |
mtime | 380 | fs/smbfs/inode.c | finfo.mtime = attr->ia_mtime; |
mtime | 382 | fs/smbfs/inode.c | finfo.mtime = inode->i_mtime; |
mtime | 392 | fs/smbfs/inode.c | inode->i_mtime = finfo.mtime; |
mtime | 593 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv2)); |
mtime | 613 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(finfo->mtime)); |
mtime | 856 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
mtime | 1000 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
mtime | 1016 | fs/smbfs/proc.c | finfo->mtime = date_dos2unix(WVAL(p, 14), WVAL(p, 12)); |
mtime | 1030 | fs/smbfs/proc.c | finfo->mtime = make_unix_date2(p+12); |
mtime | 1337 | fs/smbfs/proc.c | entry->mtime = local2utc(DVAL(buf, smb_vwv1)); |
mtime | 1362 | fs/smbfs/proc.c | entry->mtime = date_dos2unix(WVAL(buf, smb_vwv5), WVAL(buf, smb_vwv4)); |
mtime | 1389 | fs/smbfs/proc.c | entry->mtime = temp_entry.mtime; |
mtime | 1419 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(new_finfo->mtime)); |
mtime | 1453 | 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 | 226 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 296 | fs/umsdos/namei.c | new_info->entry.mtime = old_info->entry.mtime; |
mtime | 698 | 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 */ |