Lines Matching defs:node
138 * ubifs_encode_dev - encode device node IDs.
139 * @dev: UBIFS device node information
142 * This is a helper function which encodes major/minor numbers of a device node
143 * into UBIFS device node description. We use standard Linux "new" and "huge"
182 * ubifs_idx_node_sz - return index node size.
184 * @child_cnt: number of children of this index node
195 * @idx: index node
210 * @idx: index node
219 * ubifs_tnc_lookup - look up a file-system node.
221 * @key: node key to lookup
222 * @node: the node is returned here
224 * This function look up and reads node with key @key. The caller has to make
225 * sure the @node buffer is large enough to fit the node. Returns zero in case
226 * of success, %-ENOENT if the node was not found, and a negative error code in
230 const union ubifs_key *key, void *node)
232 return ubifs_tnc_locate(c, key, node, NULL, NULL);