Lines Matching defs:fullpath
561 char *fullpath;
585 fullpath = sfnode_construct_path(dir, name);
587 template.sf_path = fullpath;
591 kmem_free(fullpath, strlen(fullpath) + 1);
605 error = sfprov_create(dir->sf_sffs->sf_handle, fullpath, c_mode,
611 error = sfprov_mkdir(dir->sf_sffs->sf_handle, fullpath, c_mode,
621 fullpath, stat);
644 kmem_free(fullpath, strlen(fullpath) + 1);
647 node = sfnode_make(dir->sf_sffs, fullpath, type, fp, dir, stat,
1931 char *fullpath;
1964 fullpath = sfnode_construct_path(dir, linkname);
1965 error = sfprov_symlink(dir->sf_sffs->sf_handle, fullpath, target,
1967 kmem_free(fullpath, strlen(fullpath) + 1);