search for: ref_nod

Displaying 2 results from an estimated 2 matches for "ref_nod".

Did you mean: ref_mod
2012 Oct 04
3
[PATCH] btrfs ulist use rbtree instead
...) { ret = find_parent_nodes(trans, fs_info, bytenr, time_seq, tmp, *roots, NULL); @@ -1395,13 +1395,13 @@ int iterate_extent_inodes(struct btrfs_fs_info *fs_info, if (ret) goto out; - ULIST_ITER_INIT(&ref_uiter); + ULIST_ITER_INIT(refs, &ref_uiter); while (!ret && (ref_node = ulist_next(refs, &ref_uiter))) { ret = btrfs_find_all_roots(trans, fs_info, ref_node->val, tree_mod_seq_elem.seq, &roots); if (ret) break; - ULIST_ITER_INIT(&root_uiter); + ULIST_ITER_INIT(roots, &root_uiter); while (!ret && (root_node = ulist_n...
2007 Jun 28
3
Img relocatable inside plugin
Hi, i''m searching to insert a relocatable image into a my plugin, but i don''t want to reimplement what was already done... i saw that in the gallery plugin there''s something like: <img src=\"{relocatable: #{imgname}}\"/> but i wasn''t able to reproduce this behavior.... How can i make this work? thanks, bye. -- -gaspa-