tag | line | file | source code |
atime | 274 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
atime | 391 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 429 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 456 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 526 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 628 | fs/nfs/dir.c | inode->i_atime = fattr->atime.seconds; |
atime | 277 | fs/nfs/inode.c | sattr.atime.seconds = attr->ia_atime; |
atime | 278 | fs/nfs/inode.c | sattr.atime.useconds = 0; |
atime | 280 | fs/nfs/inode.c | sattr.atime.seconds = sattr.atime.useconds = (unsigned) -1; |
atime | 183 | fs/nfs/proc.c | fattr->atime.seconds = ntohl(*p++); |
atime | 184 | fs/nfs/proc.c | fattr->atime.useconds = ntohl(*p++); |
atime | 198 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
atime | 199 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
atime | 789 | fs/smbfs/dir.c | entry.atime = CURRENT_TIME; |
atime | 117 | fs/smbfs/inode.c | inode->i_atime = SMB_INOP(inode)->finfo.atime; |
atime | 389 | fs/smbfs/inode.c | finfo.atime = attr->ia_atime; |
atime | 391 | fs/smbfs/inode.c | finfo.atime = inode->i_atime; |
atime | 397 | fs/smbfs/inode.c | inode->i_atime = finfo.atime; |
atime | 583 | fs/smbfs/proc.c | entry->ctime = entry->atime = |
atime | 929 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
atime | 1073 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
atime | 1088 | fs/smbfs/proc.c | finfo->atime = date_dos2unix(WVAL(p, 10), WVAL(p, 8)); |
atime | 1102 | fs/smbfs/proc.c | finfo->atime = make_unix_date2(p+8); |
atime | 1409 | fs/smbfs/proc.c | entry->ctime = entry->atime = /* The server only tells us 1 time */ |
atime | 1434 | fs/smbfs/proc.c | entry->atime = date_dos2unix(WVAL(buf, smb_vwv3), WVAL(buf, smb_vwv2)); |
atime | 1461 | fs/smbfs/proc.c | entry->atime = temp_entry.atime; |
atime | 1522 | fs/smbfs/proc.c | date_unix2dos(new_entry->atime, &time, &date); |
atime | 350 | fs/umsdos/dir.c | inode->i_atime = entry->atime; |
atime | 337 | fs/umsdos/inode.c | entry.atime = attr->ia_atime; |
atime | 225 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
atime | 294 | fs/umsdos/namei.c | new_info->entry.atime = old_info->entry.atime; |
atime | 697 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
atime | 141 | include/linux/nfs.h | struct nfs_time atime; |
atime | 151 | include/linux/nfs.h | struct nfs_time atime; |
atime | 93 | include/linux/smb.h | time_t atime, mtime, /* Times, as seen by the server, normalized */ |
atime | 34 | include/linux/umsdos_fs.h | time_t atime; /* Access time */ |