Searched refs:dnode_alloc (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Ddict.c73 static dnode_t *dnode_alloc(void *context);
261 new->allocnode = dnode_alloc;
286 dict->allocnode = al ? al : dnode_alloc;
338 dict->allocnode = dnode_alloc;
972 static dnode_t *dnode_alloc(void *context EXT2FS_ATTR((unused))) function
974 return malloc(sizeof *dnode_alloc(NULL));

Completed in 68 milliseconds