Lines Matching refs:st

192 					    (unsigned long long)curino->st.st_dev,
193 (unsigned long long)curino->st.st_ino);
229 cur->inode->st = *stbuf;
231 cur->inode->st.st_atime = stampst.st_atime;
232 cur->inode->st.st_mtime = stampst.st_mtime;
233 cur->inode->st.st_ctime = stampst.st_ctime;
235 cur->inode->st.st_atimensec = stampst.st_atimensec;
236 cur->inode->st.st_mtimensec = stampst.st_mtimensec;
237 cur->inode->st.st_ctimensec = stampst.st_ctimensec;
240 cur->inode->st.st_birthtime = stampst.st_birthtime;
241 cur->inode->st.st_birthtimensec = stampst.st_birthtimensec;
492 dirnode->inode->st.st_gid, specnode->st_gid);
493 dirnode->inode->st.st_gid = specnode->st_gid;
497 dirnode->inode->st.st_mode & ALLPERMS, specnode->st_mode);
498 dirnode->inode->st.st_mode &= ~ALLPERMS;
499 dirnode->inode->st.st_mode |= (specnode->st_mode & ALLPERMS);
504 (long long)dirnode->inode->st.st_size,
506 dirnode->inode->st.st_size = specnode->st_size;
517 (long)dirnode->inode->st.st_mtime,
519 dirnode->inode->st.st_mtime = specnode->st_mtimespec.tv_sec;
520 dirnode->inode->st.st_atime = specnode->st_mtimespec.tv_sec;
521 dirnode->inode->st.st_ctime = start_time.tv_sec;
523 dirnode->inode->st.st_mtimensec = specnode->st_mtimespec.tv_nsec;
524 dirnode->inode->st.st_atimensec = specnode->st_mtimespec.tv_nsec;
525 dirnode->inode->st.st_ctimensec = start_time.tv_nsec;
530 dirnode->inode->st.st_uid, specnode->st_uid);
531 dirnode->inode->st.st_uid = specnode->st_uid;
536 (unsigned long)dirnode->inode->st.st_flags,
538 dirnode->inode->st.st_flags = specnode->st_flags;
543 (unsigned long long)dirnode->inode->st.st_rdev,
545 dirnode->inode->st.st_rdev = specnode->st_rdev;
674 tmp = entry->st.st_dev;
676 tmp |= entry->st.st_ino;
683 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
684 (htable[h].data->st.st_dev == entry->st.st_dev)) {