Home
last modified time | relevance | path

Searched defs:raw_node (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/f2fs-tools/mkfs/
H A Df2fs_format.c1186 struct f2fs_node *raw_node; in f2fs_discard_obsolete_dnode() local
1381 struct f2fs_node *raw_node = NULL; in f2fs_write_root_inode() local
1512 struct f2fs_node *raw_node = NULL; in f2fs_write_qf_inode() local
1637 struct f2fs_node *raw_node; in f2fs_write_lpf_inode() local
1685 static void allocate_blocks_for_aliased_device(struct f2fs_node *raw_node, in allocate_blocks_for_aliased_device()
1727 struct f2fs_node *raw_node; in f2fs_write_alias_inodes() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dnode.c45 struct f2fs_node *raw_node = NULL; in f2fs_rebuild_qf_inode() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dmemory_tracker_snapshot_parser.cc172 std::unique_ptr<RawProcessMemoryNode> raw_node(new RawProcessMemoryNode( in ReadProtoSnapshot() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/memory_tracker/
H A Dgraph_processor.cc272 const RawMemoryGraphNode& raw_node = *path_to_node.second; in CollectAllocatorNodes() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Dpytree.py395 def convert(gr, raw_node): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Dpytree.py395 def convert(gr, raw_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Dpytree.py395 def convert(gr, raw_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Dpytree.py395 def convert(gr, raw_node): argument
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/
Dpytree.py429 def convert(gr, raw_node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/
Dpytree.py395 def convert(gr, raw_node): argument
/aosp_15_r20/external/f2fs-tools/include/
H A Df2fs_fs.h1896 struct f2fs_node *raw_node, nid_t ino, time_t mtime, mode_t mode) in f2fs_init_inode()