HomeSort by: relevance | last modified time | path
    Searched refs:chfs_node_frag (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_readinode.c 58 struct chfs_node_frag *new_fragment(struct chfs_full_dnode *,
61 int no_overlapping_node(struct rb_tree *, struct chfs_node_frag *,
62 struct chfs_node_frag *, uint32_t);
65 struct chfs_node_frag *);
67 struct chfs_node_frag *);
109 const struct chfs_node_frag *frag1 = n1;
110 const struct chfs_node_frag *frag2 = n2;
118 const struct chfs_node_frag *frag = n;
127 .rbto_node_offset = offsetof(struct chfs_node_frag, rb_node),
468 struct chfs_node_frag *
    [all...]
chfs.h 233 /* struct chfs_node_frag - a fragment of a data node */
234 struct chfs_node_frag { struct
242 static __inline struct chfs_node_frag *
245 struct chfs_node_frag *frag;
247 frag = (struct chfs_node_frag *)RB_TREE_MIN(tree);
253 static __inline struct chfs_node_frag *
256 struct chfs_node_frag *frag;
258 frag = (struct chfs_node_frag *)RB_TREE_MAX(tree);
264 #define frag_next(tree, frag) (struct chfs_node_frag *)rb_tree_iterate(tree, frag, RB_DIR_RIGHT)
265 #define frag_prev(tree, frag) (struct chfs_node_frag *)rb_tree_iterate(tree, frag, RB_DIR_LEFT
    [all...]
chfs_malloc.c 83 sizeof(struct chfs_node_frag), 0, 0, 0,
361 struct chfs_node_frag*
364 struct chfs_node_frag *ret;
371 chfs_free_node_frag(struct chfs_node_frag *frag)
chfs_gc.c 851 struct chfs_node_frag *frag;

Completed in 17 milliseconds