Home
last modified time | relevance | path

Searched refs:chfs_flash_data_node (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c77 sizeof(struct chfs_flash_data_node), 0, 0, 0, in chfs_alloc_pool_caches()
345 struct chfs_flash_data_node*
348 struct chfs_flash_data_node *ret; in chfs_alloc_flash_dnode()
355 chfs_free_flash_dnode(struct chfs_flash_data_node *fdnode) in chfs_free_flash_dnode()
H A Dchfs_readinode.c154 ofs = CHFS_GET_OFS(nref->nref_offset) + sizeof(struct chfs_flash_data_node); in chfs_check_td_data()
184 totlen = CHFS_PAD(sizeof(struct chfs_flash_data_node) + len); in chfs_check_td_data()
792 struct chfs_flash_data_node *dnode; in chfs_get_data_nodes()
796 len = sizeof(struct chfs_flash_data_node); in chfs_get_data_nodes()
808 dnode = (struct chfs_flash_data_node*)buf; in chfs_get_data_nodes()
1109 struct chfs_flash_data_node *dnode; in chfs_read_data()
1148 dnode = (struct chfs_flash_data_node *)buf; in chfs_read_data()
H A Dchfs_gc.c706 struct chfs_flash_data_node *fdata; in chfs_gcollect_pristine()
775 fdata = (struct chfs_flash_data_node *)data; in chfs_gcollect_pristine()
776 crc = crc32(0, (uint8_t *)fdata, sizeof(struct chfs_flash_data_node) - 4); in chfs_gcollect_pristine()
1081 struct chfs_flash_data_node *fdnode; in chfs_gcollect_dnode()
1099 fdnode = (struct chfs_flash_data_node *)data; in chfs_gcollect_dnode()
H A Dchfs_scan.c359 struct chfs_flash_data_node *dnode = buf; in chfs_scan_check_data_node()
362 crc = crc32(0, (uint8_t *)dnode, sizeof(struct chfs_flash_data_node) - 4); in chfs_scan_check_data_node()
546 len = sizeof(struct chfs_flash_data_node) - in chfs_scan_eraseblock()
H A Dmedia.h97 struct chfs_flash_data_node struct
H A Dchfs.h544 struct chfs_flash_data_node* chfs_alloc_flash_dnode(void);
545 void chfs_free_flash_dnode(struct chfs_flash_data_node *);
H A Dchfs_write.c286 struct chfs_flash_data_node *dnode; in chfs_write_flash_dnode()
/netbsd-src/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c281 struct chfs_flash_data_node fdata; in write_data()