Searched refs:sffs_stat_t (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.h110 } sffs_stat_t; typedef in typeref:struct:sffs_stat
115 sfp_file_t **fp, sffs_stat_t *stat);
134 extern int sfprov_get_attr(sfp_mount_t *, char *, sffs_stat_t *);
145 sfp_file_t **fp, sffs_stat_t *stat);
157 sffs_stat_t *stat);
171 sffs_stat_t sf_stat;
H A Dvboxfs_vnode.h60 sffs_stat_t sf_stat; /* cached file attrs for this node */
71 sfnode_t *parent, sffs_stat_t *, uint64_t stat_time);
H A Dvboxfs_prov.c296 sfprov_stat_from_info(sfp_mount_t *mnt, sffs_stat_t *stat, SHFLFSOBJINFO *info)
323 sffs_stat_t *stat)
603 sfprov_get_attr(sfp_mount_t *mnt, char *path, sffs_stat_t *attr)
759 sffs_stat_t *stat)
846 sffs_stat_t *stat)
1011 entlen = sizeof(sffs_stat_t) + reclen;
H A Dvboxfs_vnode.c243 sffs_stat_t *stat,
552 sffs_stat_t *stat,
563 sffs_stat_t tmp_stat;
775 step = sizeof(sffs_stat_t) + dirent->sf_entry.d_reclen;
823 offset += sizeof(sffs_stat_t) + dirent->sf_entry.d_reclen;
1929 sffs_stat_t stat;

Completed in 49 milliseconds