chfs_flash_dirent_node
struct chfs_flash_dirent_node* chfs_alloc_flash_dirent(void);
void chfs_free_flash_dirent(struct chfs_flash_dirent_node *);
struct chfs_flash_dirent_node *fdirent;
fdirent = (struct chfs_flash_dirent_node *)data;
crc = crc32(0, (uint8_t *)fdirent, sizeof(struct chfs_flash_dirent_node) - 4);
struct chfs_flash_dirent_node chfdn;
struct chfs_flash_dirent_node*
struct chfs_flash_dirent_node *ret;
chfs_free_flash_dirent(struct chfs_flash_dirent_node *fdnode)
sizeof(struct chfs_flash_dirent_node), 0, 0, 0,
size = CHFS_PAD(sizeof(struct chfs_flash_dirent_node) +
size = CHFS_PAD(sizeof(struct chfs_flash_dirent_node) + fd->nsize);
struct chfs_flash_dirent_node *dirent = buf;
struct chfs_flash_dirent_node chfdn;
size_t len = sizeof(struct chfs_flash_dirent_node);
struct chfs_flash_dirent_node *fdirent;
struct chfs_flash_dirent_node fdirent;