Home
last modified time | relevance | path

Searched refs:chfs_tmp_dnode (Results 1 – 3 of 3) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs_readinode.c42 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) in chfs_check_td_data()
246 struct chfs_tmp_dnode *td) in chfs_add_tmp_dnode_to_tdi()
267 struct chfs_tmp_dnode *td) in chfs_remove_tmp_dnode_from_tdi()
287 struct chfs_tmp_dnode *td) in chfs_kill_td()
[all …]
H A Dchfs_malloc.c89 sizeof(struct chfs_tmp_dnode), 0, 0, 0, in chfs_alloc_pool_caches()
377 struct chfs_tmp_dnode *
380 struct chfs_tmp_dnode *ret; in chfs_alloc_tmp_dnode()
388 chfs_free_tmp_dnode(struct chfs_tmp_dnode *td) in chfs_free_tmp_dnode()
H A Dchfs.h203 struct chfs_tmp_dnode { struct
208 struct chfs_tmp_dnode *next; /* next tmp node */ argument
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 *);