Searched refs:dnode_path (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0069-zfs-Fix-resource-leaks-while-constructing-path.patch | 12 The reason behind this is that the dnode_path is a linked list, and while doing 37 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) 44 err = zap_lookup (&(dnode_path->dn), cname, &objnum, 97 err = zio_read (bp, dnode_path->dn.endian, &sahdrp, NULL, data);
|
| /OK3568_Linux_fs/u-boot/fs/zfs/ |
| H A D | zfs.c | 1186 struct dnode_chain *dnode_path = 0, *dn_new, *root; in dnode_get_path() local 1192 dnode_path = root = dn_new; in dnode_get_path() 1195 &(dnode_path->dn), data); in dnode_get_path() 1201 err = zap_lookup(&(dnode_path->dn), ZPL_VERSION_STR, &version, data); in dnode_get_path() 1212 err = zap_lookup(&(dnode_path->dn), ZFS_ROOT_OBJ, &objnum, data); in dnode_get_path() 1218 err = dnode_get(mdn, objnum, 0, &(dnode_path->dn), data); in dnode_get_path() 1246 dn_new = dnode_path; in dnode_get_path() 1247 dnode_path = dn_new->next; in dnode_get_path() 1260 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) { in dnode_get_path() 1265 err = zap_lookup(&(dnode_path->dn), cname, &objnum, data); in dnode_get_path() [all …]
|