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

  /src/sys/ufs/chfs/
chfs_malloc.c 77 sizeof(struct chfs_flash_data_node), 0, 0, 0,
345 struct chfs_flash_data_node*
348 struct chfs_flash_data_node *ret;
355 chfs_free_flash_dnode(struct chfs_flash_data_node *fdnode)
media.h 96 /* struct chfs_flash_data_node - data stored on flash */
97 struct chfs_flash_data_node struct
chfs_readinode.c 154 ofs = CHFS_GET_OFS(nref->nref_offset) + sizeof(struct chfs_flash_data_node);
184 totlen = CHFS_PAD(sizeof(struct chfs_flash_data_node) + len);
792 struct chfs_flash_data_node *dnode;
796 len = sizeof(struct chfs_flash_data_node);
808 dnode = (struct chfs_flash_data_node*)buf;
1109 struct chfs_flash_data_node *dnode;
1148 dnode = (struct chfs_flash_data_node *)buf;
chfs_gc.c 706 struct chfs_flash_data_node *fdata;
775 fdata = (struct chfs_flash_data_node *)data;
776 crc = crc32(0, (uint8_t *)fdata, sizeof(struct chfs_flash_data_node) - 4);
1081 struct chfs_flash_data_node *fdnode;
1099 fdnode = (struct chfs_flash_data_node *)data;
chfs_scan.c 359 struct chfs_flash_data_node *dnode = buf;
362 crc = crc32(0, (uint8_t *)dnode, sizeof(struct chfs_flash_data_node) - 4);
546 len = sizeof(struct chfs_flash_data_node) -
chfs.h 544 struct chfs_flash_data_node* chfs_alloc_flash_dnode(void);
545 void chfs_free_flash_dnode(struct chfs_flash_data_node *);
chfs_write.c 286 struct chfs_flash_data_node *dnode;
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 281 struct chfs_flash_data_node fdata;

Completed in 16 milliseconds