tag | line | file | source code |
mtime | 238 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 355 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 393 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 420 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 490 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = (unsigned) -1; |
mtime | 593 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 239 | fs/nfs/inode.c | sattr.mtime.seconds = attr->ia_mtime; |
mtime | 240 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 242 | fs/nfs/inode.c | sattr.mtime.seconds = sattr.mtime.useconds = (unsigned) -1; |
mtime | 185 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
mtime | 186 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
mtime | 200 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
mtime | 201 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
mtime | 305 | fs/umsdos/dir.c | if (S_ISREG(entry->mode)) entry->mtime = inode->i_mtime; |
mtime | 310 | fs/umsdos/dir.c | inode->i_mtime = entry->mtime; |
mtime | 339 | fs/umsdos/inode.c | entry.mtime = attr->ia_mtime; |
mtime | 226 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 296 | fs/umsdos/namei.c | new_info->entry.mtime = old_info->entry.mtime; |
mtime | 698 | fs/umsdos/namei.c | info.entry.ctime = info.entry.atime = info.entry.mtime |
mtime | 142 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 152 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 35 | include/linux/umsdos_fs.h | time_t mtime; /* Last modification time */ |