Lines Matching full:node
137 * ubifs_encode_dev - encode device node IDs.
138 * @dev: UBIFS device node information
141 * This is a helper function which encodes major/minor numbers of a device node
142 * into UBIFS device node description. We use standard Linux "new" and "huge"
187 * ubifs_idx_node_sz - return index node size.
189 * @child_cnt: number of children of this index node
199 * @idx: index node
214 * @idx: index node
240 * ubifs_tnc_lookup - look up a file-system node.
242 * @key: node key to lookup
243 * @node: the node is returned here
245 * This function look up and reads node with key @key. The caller has to make
246 * sure the @node buffer is large enough to fit the node. Returns zero in case
247 * of success, %-ENOENT if the node was not found, and a negative error code in
251 const union ubifs_key *key, void *node) in ubifs_tnc_lookup() argument
253 return ubifs_tnc_locate(c, key, node, NULL, NULL); in ubifs_tnc_lookup()