tag | line | file | source code |
mtime | 231 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 348 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 386 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 413 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 483 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 586 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 217 | fs/nfs/inode.c | sattr.mtime.seconds = inode->i_mtime; |
mtime | 218 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 223 | fs/nfs/inode.c | sattr.mtime.seconds = sattr.mtime.useconds = (unsigned) -1; |
mtime | 160 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
mtime | 161 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
mtime | 175 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
mtime | 176 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
mtime | 297 | fs/umsdos/dir.c | if (S_ISREG(entry->mode)) entry->mtime = inode->i_mtime; |
mtime | 302 | fs/umsdos/dir.c | inode->i_mtime = entry->mtime; |
mtime | 321 | fs/umsdos/inode.c | entry.mtime = inode->i_mtime; |
mtime | 222 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 292 | fs/umsdos/namei.c | new_info->entry.mtime = old_info->entry.mtime; |
mtime | 665 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 141 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 151 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 32 | include/linux/umsdos_fs.h | time_t mtime; /* Last modification time */ |