Lines Matching defs:node
18 * start node. The idea is that when we commit the journal, we do
52 * zero_ino_node_unused - zero out unused fields of an on-flash inode node.
63 * entry node.
73 * node.
74 * @trun: the truncation node to zero out
91 * @len: node length
189 * reference node for the last bud (@lnum) is written but before the
225 static int ubifs_hash_nodes(struct ubifs_info *c, void *node,
232 const struct ubifs_ch *ch = node;
243 err = ubifs_shash_update(c, hash, (void *)node, nodelen);
247 node += ALIGN(nodelen, 8);
251 return ubifs_prepare_auth_node(c, node, hash);
440 * pack_inode - pack an inode node.
442 * @ino: buffer in which to pack inode node
444 * @last: indicates the last node of the group
713 * ubifs_jnl_write_data - write a data node to the journal.
715 * @inode: inode the data node belongs to
716 * @key: node key
720 * This function writes a data node to the journal. Returns %0 if the data node
1473 * truncate_data_node - re-compress/encrypt a truncated data node.
1475 * @inode: inode which refers to the data node
1477 * @dn: data node to re-compress
1479 * @dn_size: size of the data node @dn in memory
1481 * This function is used when an inode is truncated and the last data node of
1543 * When the size of a file decreases due to truncation, a truncation node is
1607 ubifs_err(c, "bad data node (block %u, inode %lu)",
1793 * Well, there actually must be only one node - the inode itself.