tag | line | file | source code |
ctime | 594 | 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 | 309 | fs/umsdos/dir.c | inode->i_ctime = entry->ctime; |
ctime | 341 | fs/umsdos/inode.c | entry.ctime = attr->ia_ctime; |
ctime | 226 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 294 | fs/umsdos/namei.c | new_info->entry.ctime = old_info->entry.ctime; |
ctime | 698 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
ctime | 143 | include/linux/nfs.h | struct nfs_time ctime; |
ctime | 33 | include/linux/umsdos_fs.h | time_t ctime; /* Creation time */ |