Searched refs:snapname (Results 1 – 1 of 1) sorted by relevance
1393 char *fsname, *snapname; in dnode_get_fullpath() local1402 snapname = 0; in dnode_get_fullpath()1414 snapname = malloc(ptr_slash - ptr_at); in dnode_get_fullpath()1415 if (!snapname) { in dnode_get_fullpath()1419 memcpy(snapname, ptr_at + 1, ptr_slash - ptr_at - 1); in dnode_get_fullpath()1420 snapname[ptr_slash - ptr_at - 1] = 0; in dnode_get_fullpath()1422 snapname = 0; in dnode_get_fullpath()1429 fsname, snapname, filename); in dnode_get_fullpath()1437 free(snapname); in dnode_get_fullpath()1446 free(snapname); in dnode_get_fullpath()[all …]