tag | line | file | source code |
ctime | 587 | fs/nfs/dir.c | inode->i_ctime = fattr->ctime.seconds; |
ctime | 162 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ctime | 163 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ctime | 301 | fs/umsdos/dir.c | inode->i_ctime = entry->ctime; |
ctime | 322 | fs/umsdos/inode.c | entry.ctime = inode->i_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 | 665 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 142 | include/linux/nfs.h | struct nfs_time ctime; |
ctime | 33 | include/linux/umsdos_fs.h | time_t ctime; /* Creation time */ |