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

  /src/sys/ufs/chfs/
chfs_readinode.c 42 struct chfs_tmp_dnode *);
44 struct chfs_tmp_dnode *);
48 struct chfs_tmp_dnode *);
50 struct chfs_tmp_dnode *);
52 struct chfs_tmp_dnode *);
54 struct chfs_tmp_dnode *);
142 struct chfs_tmp_dnode *td)
200 chfs_check_td_node(struct chfs_mount *chmp, struct chfs_tmp_dnode *td)
242 struct chfs_tmp_dnode *td)
249 struct chfs_tmp_dnode *tmp = tdi->tmpnode
    [all...]
chfs_malloc.c 89 sizeof(struct chfs_tmp_dnode), 0, 0, 0,
377 struct chfs_tmp_dnode *
380 struct chfs_tmp_dnode *ret;
388 chfs_free_tmp_dnode(struct chfs_tmp_dnode *td)
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 121 milliseconds