tag | line | file | source code |
atime | 294 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
atime | 411 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 449 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 476 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 593 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
atime | 698 | fs/nfs/dir.c | inode->i_atime = fattr->atime.seconds; |
atime | 305 | fs/nfs/inode.c | sattr.atime.seconds = sattr.atime.useconds = (unsigned) -1; |
atime | 307 | fs/nfs/inode.c | sattr.atime.seconds = attr->ia_atime; |
atime | 308 | fs/nfs/inode.c | sattr.atime.useconds = 0; |
atime | 177 | fs/nfs/proc.c | fattr->atime.seconds = ntohl(*p++); |
atime | 178 | fs/nfs/proc.c | fattr->atime.useconds = ntohl(*p++); |
atime | 192 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
atime | 193 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
atime | 785 | fs/smbfs/dir.c | entry.atime = CURRENT_TIME; |
atime | 110 | fs/smbfs/inode.c | inode->i_atime = SMB_INOP(inode)->finfo.atime; |
atime | 382 | fs/smbfs/inode.c | finfo.atime = attr->ia_atime; |
atime | 384 | fs/smbfs/inode.c | finfo.atime = inode->i_atime; |
atime | 390 | fs/smbfs/inode.c | inode->i_atime = finfo.atime; |
atime | 581 | fs/smbfs/proc.c | entry->ctime = entry->atime = |
atime | 927 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
atime | 1071 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
atime | 1086 | fs/smbfs/proc.c | finfo->atime = date_dos2unix(WVAL(p, 10), WVAL(p, 8)); |
atime | 1100 | fs/smbfs/proc.c | finfo->atime = make_unix_date2(p+8); |
atime | 1408 | fs/smbfs/proc.c | entry->ctime = entry->atime = /* The server only tells us 1 time */ |
atime | 1433 | fs/smbfs/proc.c | entry->atime = date_dos2unix(WVAL(buf, smb_vwv3), WVAL(buf, smb_vwv2)); |
atime | 1460 | fs/smbfs/proc.c | entry->atime = temp_entry.atime; |
atime | 1521 | fs/smbfs/proc.c | date_unix2dos(new_entry->atime, &time, &date); |
atime | 346 | fs/umsdos/dir.c | inode->i_atime = entry->atime; |
atime | 331 | fs/umsdos/inode.c | entry.atime = attr->ia_atime; |
atime | 222 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
atime | 291 | fs/umsdos/namei.c | new_info->entry.atime = old_info->entry.atime; |
atime | 694 | 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 | 94 | include/linux/smb.h | time_t atime, mtime, /* Times, as seen by the server, normalized */ |
atime | 37 | include/linux/umsdos_fs.h | time_t atime; /* Access time */ |