HomeSort by relevance Sort by last modified time
    Searched refs:ALLOC_NODE (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ggc.h 204 #define splay_tree_new_ggc(COMPARE, ALLOC_TREE, ALLOC_NODE) \
205 splay_tree_new_typed_alloc (COMPARE, NULL, NULL, &ALLOC_TREE, &ALLOC_NODE, \
  /external/f2fs-tools/fsck/
node.h 66 ALLOC_NODE, /* allocate a new node page if needed */
node.c 207 if (!nids[i] && mode == ALLOC_NODE) {
232 if (mode == ALLOC_NODE){
segment.c 200 ALLOC_NODE);
dir.c 252 get_dnode_of_data(sbi, &dn, block, ALLOC_NODE);
492 get_dnode_of_data(sbi, &dn, 0, ALLOC_NODE);

Completed in 100 milliseconds