Home
last modified time | relevance | path

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

/netbsd-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()
200 chfs_check_td_node(struct chfs_mount *chmp, struct chfs_tmp_dnode *td) in chfs_check_td_node()
242 struct chfs_tmp_dnode *td) in chfs_add_tmp_dnode_to_tdi()
249 struct chfs_tmp_dnode *tmp = tdi->tmpnode; in chfs_add_tmp_dnode_to_tdi()
[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 *);