Home
last modified time | relevance | path

Searched refs:snapname (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/fs/zfs/
Dzfs.c1392 char *fsname, *snapname; in dnode_get_fullpath() local
1401 snapname = 0; in dnode_get_fullpath()
1413 snapname = malloc(ptr_slash - ptr_at); in dnode_get_fullpath()
1414 if (!snapname) { in dnode_get_fullpath()
1418 memcpy(snapname, ptr_at + 1, ptr_slash - ptr_at - 1); in dnode_get_fullpath()
1419 snapname[ptr_slash - ptr_at - 1] = 0; in dnode_get_fullpath()
1421 snapname = 0; in dnode_get_fullpath()
1428 fsname, snapname, filename); in dnode_get_fullpath()
1436 free(snapname); in dnode_get_fullpath()
1445 free(snapname); in dnode_get_fullpath()
[all …]