HomeSort by: relevance | last modified time | path
    Searched defs:chfs_tmp_dnode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs.h 202 /* struct chfs_tmp_dnode - used temporarily while building a data node */
203 struct chfs_tmp_dnode { struct
208 struct chfs_tmp_dnode *next; /* next tmp node */
214 struct chfs_tmp_dnode *tmpnode; /* associated tmp node */
552 struct chfs_tmp_dnode * chfs_alloc_tmp_dnode(void);
553 void chfs_free_tmp_dnode(struct chfs_tmp_dnode *);

Completed in 12 milliseconds