Home
last modified time | relevance | path

Searched refs:NODE_DIR1_BLOCK (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/fsck/
Dnode.h74 rn->i.i_nid[off - NODE_DIR1_BLOCK] = cpu_to_le32(nid); in set_nid()
82 return le32_to_cpu(rn->i.i_nid[off - NODE_DIR1_BLOCK]); in get_nid()
Dnode.c188 offset[n++] = NODE_DIR1_BLOCK; in get_node_path()
/third_party/f2fs-tools/include/
Df2fs_fs.h914 #define NODE_DIR1_BLOCK (DEF_ADDRS_PER_INODE + 1) macro