chfs_node_frag
static __inline struct chfs_node_frag *
struct chfs_node_frag *frag;
frag = (struct chfs_node_frag *)RB_TREE_MIN(tree);
static __inline struct chfs_node_frag *
struct chfs_node_frag *frag;
frag = (struct chfs_node_frag *)RB_TREE_MAX(tree);
#define frag_next(tree, frag) (struct chfs_node_frag *)rb_tree_iterate(tree, frag, RB_DIR_RIGHT)
#define frag_prev(tree, frag) (struct chfs_node_frag *)rb_tree_iterate(tree, frag, RB_DIR_LEFT)
struct chfs_node_frag* chfs_alloc_node_frag(void);
void chfs_free_node_frag(struct chfs_node_frag *);
struct chfs_node_frag *frag;
struct chfs_node_frag*
struct chfs_node_frag *ret;
chfs_free_node_frag(struct chfs_node_frag *frag)
sizeof(struct chfs_node_frag), 0, 0, 0,
const struct chfs_node_frag *frag1 = n1;
const struct chfs_node_frag *frag2 = n2;
struct chfs_node_frag *frag;
frag = (struct chfs_node_frag *)rb_tree_find_node_leq(&ip->fragtree, &ofs);
const struct chfs_node_frag *frag = n;
.rbto_node_offset = offsetof(struct chfs_node_frag, rb_node),
struct chfs_node_frag *
struct chfs_node_frag *newfrag;
struct chfs_node_frag *newfrag,
struct chfs_node_frag *this, uint32_t lastend)
struct chfs_node_frag *holefrag;
struct chfs_node_frag *newfrag)
struct chfs_node_frag *this;
this = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &newfrag->ofs);
struct chfs_node_frag *newfrag2;
struct chfs_node_frag *new_fragment(struct chfs_full_dnode *,
int no_overlapping_node(struct rb_tree *, struct chfs_node_frag *,
struct chfs_node_frag *this, *next;
struct chfs_node_frag *, uint32_t);
this = (struct chfs_node_frag *)RB_TREE_MIN(fragtree);
struct chfs_node_frag *this, *next;
this = (struct chfs_node_frag *)RB_TREE_MIN(fragtree);
struct chfs_node_frag *);
struct chfs_node_frag *frag;
frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size);
struct chfs_node_frag *);
struct chfs_node_frag *next = frag_next(fragtree, frag);
struct chfs_node_frag *this)
struct chfs_node_frag *newfrag;
struct chfs_node_frag *prev = frag_prev(&ip->fragtree, newfrag);
struct chfs_node_frag *next = frag_next(&ip->fragtree, newfrag);