tag | line | file | source code |
mtime | 230 | fs/nfs/dir.c | || fattr->atime.seconds == -1 || fattr->mtime.seconds == -1) |
mtime | 350 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = -1; |
mtime | 391 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = -1; |
mtime | 421 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = -1; |
mtime | 508 | fs/nfs/dir.c | sattr.atime.seconds = sattr.mtime.seconds = -1; |
mtime | 621 | fs/nfs/dir.c | inode->i_mtime = fattr->mtime.seconds; |
mtime | 204 | fs/nfs/inode.c | sattr.mtime.seconds = inode->i_mtime; |
mtime | 205 | fs/nfs/inode.c | sattr.mtime.useconds = 0; |
mtime | 210 | fs/nfs/inode.c | sattr.mtime.seconds = sattr.mtime.useconds = -1; |
mtime | 125 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
mtime | 126 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
mtime | 140 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
mtime | 141 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
mtime | 140 | include/linux/nfs.h | struct nfs_time mtime; |
mtime | 150 | include/linux/nfs.h | struct nfs_time mtime; |