Lines Matching refs:data
60 return "data";
147 return "data node";
205 return "2 (data)";
513 (void *)&dn->data,
622 pr_err("(pid %d) Budgeting info: data budget sum %lld, total budget sum %lld\n",
637 * If we are dumping saved budgeting data, do not print
639 * the old one which corresponded to the saved budgeting data.
1573 * @priv: private data which is passed to callbacks
1856 * 3. 'check_leaf()' fails because it hits a data node beyond inode
2057 * Search the inode node this data node belongs to and insert
2064 ubifs_err(c, "error %d while processing data node and trying to find inode node %lu",
2069 /* Make sure the data node is within inode size */
2074 ubifs_err(c, "data node at LEB %d:%d is not within inode size %lld",
2313 * dbg_check_data_nodes_order - check that list of data nodes is sorted.
2317 * This function returns zero if the list of data nodes is sorted correctly,
2366 ubifs_err(c, "two data nodes for the same block");
2380 * dbg_check_nondata_nodes_order - check that list of data nodes is sorted.
2384 * This function returns zero if the list of non-data nodes is sorted correctly,
2579 ffs ? "0xFFs" : "random data");
3026 * This function initializes debugging-related data for the file system.
3040 * ubifs_debugging_exit - free debugging data.