Searched refs:chfs_flash_data_node (Results 1 – 8 of 8) sorted by relevance
77 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()
154 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()
706 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()
359 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()
97 struct chfs_flash_data_node struct
544 struct chfs_flash_data_node* chfs_alloc_flash_dnode(void);545 void chfs_free_flash_dnode(struct chfs_flash_data_node *);
286 struct chfs_flash_data_node *dnode; in chfs_write_flash_dnode()
281 struct chfs_flash_data_node fdata; in write_data()