tag | line | file | source code |
ctime | 599 | fs/nfs/dir.c | inode->i_ctime = fattr->ctime.seconds; |
ctime | 187 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ctime | 188 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ctime | 779 | fs/smbfs/dir.c | entry.ctime = CURRENT_TIME; |
ctime | 116 | fs/smbfs/inode.c | inode->i_ctime = SMB_INOP(inode)->finfo.ctime; |
ctime | 379 | fs/smbfs/inode.c | finfo.ctime = attr->ia_ctime; |
ctime | 381 | fs/smbfs/inode.c | finfo.ctime = inode->i_ctime; |
ctime | 395 | fs/smbfs/inode.c | inode->i_ctime = finfo.ctime; |
ctime | 583 | fs/smbfs/proc.c | entry->ctime = entry->atime = |
ctime | 773 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(entry->ctime)); |
ctime | 929 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
ctime | 1073 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
ctime | 1087 | fs/smbfs/proc.c | finfo->ctime = date_dos2unix(WVAL(p, 6), WVAL(p, 4)); |
ctime | 1409 | fs/smbfs/proc.c | entry->ctime = entry->atime = /* The server only tells us 1 time */ |
ctime | 1433 | fs/smbfs/proc.c | entry->ctime = date_dos2unix(WVAL(buf, smb_vwv1), WVAL(buf, smb_vwv0)); |
ctime | 1463 | fs/smbfs/proc.c | entry->ctime = temp_entry.ctime; |
ctime | 1518 | fs/smbfs/proc.c | date_unix2dos(new_entry->ctime, &time, &date); |
ctime | 351 | fs/umsdos/dir.c | inode->i_ctime = entry->ctime; |
ctime | 341 | fs/umsdos/inode.c | entry.ctime = attr->ia_ctime; |
ctime | 225 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 293 | fs/umsdos/namei.c | new_info->entry.ctime = old_info->entry.ctime; |
ctime | 697 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 143 | include/linux/nfs.h | struct nfs_time ctime; |
ctime | 94 | include/linux/smb.h | ctime; /* to UTC. The ugly conversion happens in */ |
ctime | 36 | include/linux/umsdos_fs.h | time_t ctime; /* Creation time */ |