Searched refs:sf_type (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.h58 uint8_t sf_type; /* VDIR or VREG */ member in struct:sfnode
H A Dvboxfs_vnode.c219 vp->v_type = node->sf_type;
261 node->sf_type = type;
350 if (!node->sf_is_stale && node->sf_type == VDIR) {
472 if (node->sf_type == VDIR) {
2035 node->sf_type == VLNK);
2095 node->sf_type == VDIR);
2474 node->sf_type == VDIR ? "VDIR" :
2475 node->sf_type == VNON ? "VNON" :
2476 node->sf_type == VLNK ? "VLNK" :
2477 node->sf_type
[all...]

Completed in 46 milliseconds