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

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vnode.h46 * sf_sffs, sf_path
51 char *sf_path; /* full pathname to file or dir */ member in struct:sfnode
H A Dvboxfs_vnode.c134 diff = strcmp(x->sf_path, y->sf_path);
141 diff = strcmp(x->sf_path, y->sf_path);
161 p = kmem_alloc(strlen(node->sf_path) + 1 + strlen(tail) + 1, KM_SLEEP);
162 strcpy(p, node->sf_path);
196 error = sfprov_open(node->sf_sffs->sf_handle, node->sf_path, &fp, flag);
218 LogFlowFunc((" %s gets vnode 0x%p\n", node->sf_path, vp));
259 node->sf_path = path;
299 ASSERT(node->sf_path !
[all...]

Completed in 43 milliseconds