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

  /src/sys/ufs/chfs/
chfs_malloc.c 71 sizeof(struct chfs_flash_dirent_node), 0, 0, 0,
329 struct chfs_flash_dirent_node*
332 struct chfs_flash_dirent_node *ret;
339 chfs_free_flash_dirent(struct chfs_flash_dirent_node *fdnode)
media.h 57 * It is max size of chfs_flash_dirent_node with max name length.
113 * struct chfs_flash_dirent_node -
116 struct chfs_flash_dirent_node struct
chfs_scan.c 224 size = CHFS_PAD(sizeof(struct chfs_flash_dirent_node) +
244 size = CHFS_PAD(sizeof(struct chfs_flash_dirent_node) + fd->nsize);
285 struct chfs_flash_dirent_node *dirent = buf;
chfs_vnode.c 145 struct chfs_flash_dirent_node chfdn;
147 size_t len = sizeof(struct chfs_flash_dirent_node);
chfs_gc.c 705 struct chfs_flash_dirent_node *fdirent;
759 fdirent = (struct chfs_flash_dirent_node *)data;
760 crc = crc32(0, (uint8_t *)fdirent, sizeof(struct chfs_flash_dirent_node) - 4);
991 struct chfs_flash_dirent_node chfdn;
chfs.h 542 struct chfs_flash_dirent_node* chfs_alloc_flash_dirent(void);
543 void chfs_free_flash_dirent(struct chfs_flash_dirent_node *);
chfs_write.c 163 struct chfs_flash_dirent_node *fdirent;
  /src/usr.sbin/makefs/chfs/
chfs_mkfs.c 192 struct chfs_flash_dirent_node fdirent;

Completed in 16 milliseconds