Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs.c1191 dnode_path = root = dn_new; in dnode_get_path()
1194 &(dnode_path->dn), data); in dnode_get_path()
1245 dn_new = dnode_path; in dnode_get_path()
1246 dnode_path = dn_new->next; in dnode_get_path()
1273 dn_new->next = dnode_path; in dnode_get_path()
1274 dnode_path = dn_new; in dnode_get_path()
1285 memcpy(dn, &(dnode_path->dn), sizeof(*dn)); in dnode_get_path()
1287 while (dnode_path) { in dnode_get_path()
1288 dn_new = dnode_path->next; in dnode_get_path()
1289 free(dnode_path); in dnode_get_path()
[all …]