Lines Matching full:node
14 * change it. The superblock node mostly contains geometry information.
124 * Orphan nodes are stored in a separate area. One node can store a lot in create_default_filesystem()
126 * orphan node. At some point the nodes are consolidated into one in create_default_filesystem()
127 * orphan node. in create_default_filesystem()
201 /* Create default master node */ in create_default_filesystem()
261 dbg_gen("default master node created at LEB %d:0", UBIFS_MST_LNUM); in create_default_filesystem()
263 /* Create the root indexing node */ in create_default_filesystem()
284 dbg_gen("default root indexing node created LEB %d:0", in create_default_filesystem()
320 * The first node in the log has to be the commit start node. This is in create_default_filesystem()
322 * commit start node to the log. in create_default_filesystem()
341 * validate_sb - validate superblock node.
343 * @sup: superblock node
345 * This function validates superblock node @sup. Since most of data was read
475 * ubifs_read_sb_node - read superblock node.
478 * This function returns a pointer to the superblock node or a negative error
502 * ubifs_write_sb_node - write superblock node.
504 * @sup: superblock node read with 'ubifs_read_sb_node()'
731 * Fixup the log head which contains the only a CS node at the in fixup_free_space()