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

  /external/f2fs-tools/mkfs/
f2fs_format.c 726 struct f2fs_node *raw_node = NULL; local
730 raw_node = calloc(F2FS_BLKSIZE, 1);
731 if (raw_node == NULL) {
732 MSG(1, "\tError: Calloc Failed for raw_node!!!\n");
736 raw_node->footer.nid = sb.root_ino;
737 raw_node->footer.ino = sb.root_ino;
738 raw_node->footer.cp_ver = cpu_to_le64(1);
739 raw_node->footer.next_blkaddr = cpu_to_le32(
744 raw_node->i.i_mode = cpu_to_le16(0x41ed);
745 raw_node->i.i_links = cpu_to_le32(2)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pytree.py 429 def convert(gr, raw_node):
437 type, value, context, children = raw_node
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 429 def convert(gr, raw_node):
437 type, value, context, children = raw_node
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 429 def convert(gr, raw_node):
437 type, value, context, children = raw_node
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 429 def convert(gr, raw_node):
437 type, value, context, children = raw_node

Completed in 1290 milliseconds