Searched refs:sf_stat (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.h60 sffs_stat_t sf_stat; /* cached file attrs for this node */ member in struct:sfnode
61 uint64_t sf_stat_time; /* last-modified time of sf_stat */
H A Dvboxfs_prov.h171 sffs_stat_t sf_stat; member in struct:sffs_dirents::sffs_dirent
H A Dvboxfs_vnode.c272 node->sf_stat = *stat;
433 &node->sf_stat);
674 m = (error == 0) ? (node->sf_stat.sf_mode & MODEMASK) : 0;
812 0, &dirent->sf_stat, sfnode_cur_time_usec(), NULL);
893 vap->va_atime = node->sf_stat.sf_atime;
894 vap->va_mtime = node->sf_stat.sf_mtime;
895 vap->va_ctime = node->sf_stat.sf_ctime;
897 mode = node->sf_stat.sf_mode;
900 vap->va_size = node->sf_stat.sf_size;
902 vap->va_nblocks = (node->sf_stat
[all...]
H A Dvboxfs_prov.c1032 sfprov_stat_from_info(mnt, &dirent->sf_stat, &info->Info);
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.h101 extern int sf_stat(const char *caller, struct sf_glob_info *sf_g,
H A Dvfsmod.c270 err = sf_stat(__func__, sf_g, sf_i->path, &fsinfo, 0);
488 err = sf_stat(__func__, sf_g, sf_i->path, &fsinfo, 0);
H A Dutils.c173 int sf_stat(const char *caller, struct sf_glob_info *sf_g, function
185 LogFunc(("sf_stat: calling vboxCallCreate, file %s, flags %#x\n",
215 or [sf_stat] is unsuccessful, otherwise we return success and
250 err = sf_stat(__func__, sf_g, sf_i->path, &info, 1);
H A Ddirops.c362 err = sf_stat(__func__, sf_g, path, &fsinfo, 1);

Completed in 701 milliseconds