tag | line | file | source code |
ctime | 627 | fs/nfs/dir.c | inode->i_ctime = fattr->ctime.seconds; |
ctime | 183 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ctime | 184 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ctime | 782 | fs/smbfs/dir.c | entry.ctime = CURRENT_TIME; |
ctime | 109 | fs/smbfs/inode.c | inode->i_ctime = SMB_INOP(inode)->finfo.ctime; |
ctime | 372 | fs/smbfs/inode.c | finfo.ctime = attr->ia_ctime; |
ctime | 374 | fs/smbfs/inode.c | finfo.ctime = inode->i_ctime; |
ctime | 388 | fs/smbfs/inode.c | inode->i_ctime = finfo.ctime; |
ctime | 576 | fs/smbfs/proc.c | entry->ctime = entry->atime = |
ctime | 766 | fs/smbfs/proc.c | DSET(buf, smb_vwv1, utc2local(entry->ctime)); |
ctime | 922 | fs/smbfs/proc.c | entry->mtime = entry->atime = entry->ctime = |
ctime | 1066 | fs/smbfs/proc.c | finfo->ctime = finfo->mtime = finfo->atime = 0; |
ctime | 1080 | fs/smbfs/proc.c | finfo->ctime = date_dos2unix(WVAL(p, 6), WVAL(p, 4)); |
ctime | 1403 | fs/smbfs/proc.c | entry->ctime = entry->atime = /* The server only tells us 1 time */ |
ctime | 1427 | fs/smbfs/proc.c | entry->ctime = date_dos2unix(WVAL(buf, smb_vwv1), WVAL(buf, smb_vwv0)); |
ctime | 1457 | fs/smbfs/proc.c | entry->ctime = temp_entry.ctime; |
ctime | 1512 | fs/smbfs/proc.c | date_unix2dos(new_entry->ctime, &time, &date); |
ctime | 347 | fs/umsdos/dir.c | inode->i_ctime = entry->ctime; |
ctime | 335 | fs/umsdos/inode.c | entry.ctime = attr->ia_ctime; |
ctime | 222 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 290 | fs/umsdos/namei.c | new_info->entry.ctime = old_info->entry.ctime; |
ctime | 694 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 143 | include/linux/nfs.h | struct nfs_time ctime; |
ctime | 95 | include/linux/smb.h | ctime; /* to UTC. The ugly conversion happens in */ |
ctime | 39 | include/linux/umsdos_fs.h | time_t ctime; /* Creation time */ |