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

  /src/sys/ufs/chfs/
chfs_readinode.c 49 void chfs_add_tmp_dnode_to_tdi(struct chfs_tmp_dnode_info *,
51 void chfs_remove_tmp_dnode_from_tdi(struct chfs_tmp_dnode_info *,
56 struct chfs_tmp_dnode_info *);
82 const struct chfs_tmp_dnode_info *tdi1 = n1;
83 const struct chfs_tmp_dnode_info *tdi2 = n2;
91 const struct chfs_tmp_dnode_info *tdi = n;
100 .rbto_node_offset = offsetof(struct chfs_tmp_dnode_info, rb_node),
241 chfs_add_tmp_dnode_to_tdi(struct chfs_tmp_dnode_info *tdi,
262 chfs_remove_tmp_dnode_from_tdi(struct chfs_tmp_dnode_info *tdi,
300 struct chfs_tmp_dnode_info *tdi
    [all...]
chfs_malloc.c 95 sizeof(struct chfs_tmp_dnode_info), 0, 0, 0,
394 struct chfs_tmp_dnode_info *
397 struct chfs_tmp_dnode_info *ret;
405 chfs_free_tmp_dnode_info(struct chfs_tmp_dnode_info *di)
chfs.h 211 /* struct chfs_tmp_dnode_info - tmp nodes are stored in rb trees */
212 struct chfs_tmp_dnode_info { struct
220 struct chfs_tmp_dnode_info *mdata_tn; /* metadata (eg: symlink) */
554 struct chfs_tmp_dnode_info * chfs_alloc_tmp_dnode_info(void);
555 void chfs_free_tmp_dnode_info(struct chfs_tmp_dnode_info *);

Completed in 15 milliseconds