Lines Matching defs:data
60 /* Minimum amount of data UBIFS writes to the flash */
84 /* Number of non-data journal heads */
126 * Some compressors, like LZO, may end up with more data then the input buffer.
139 * How much memory is needed for a buffer where we compress a data node.
147 /* Maximum number of data nodes to bulk-read */
333 * This data structure is used to temporary store garbage-collected indexing
369 * @data_len: length of the data attached to the inode
370 * @data: inode's data
421 void *data;
650 int in_tree, void *data);
680 * spin-lock. Thus the data between @buf and @buf + @used can be read under
705 * @start: where the (uncommitted) bud data starts
740 * @lnum: LEB number of the target node (indexing node or data node)
796 * @key: first data node key
797 * @zbranch: zbranches of data nodes to bulk read
801 * @cnt: number of data nodes for bulk read
802 * @blk_cnt: number of data blocks including holes
817 * struct ubifs_node_range - node length range description data structure.
863 * @new_ino_d: how much data newly created inode contains
865 * @dirtied_ino_d: how much data dirtied inode contains
867 * @data_growth: how much new data the operation will supposedly add
868 * @dd_growth: how much data that makes other data dirty the operation will
872 * budgeting subsystem caches index and data growth values there to avoid
876 * An inode may contain 4KiB of data at max., thus the widths of @new_ino_d
881 * make sure the amount of inode data which contribute to @new_ino_d and
943 * @chk_data_crc: enable/disable CRC data checking when reading data nodes
962 * @data_growth: amount of bytes budgeted for cached data
963 * @dd_growth: amount of bytes budgeted for cached data that will make
964 * other data dirty
996 * struct ubifs_info - UBIFS file-system description data structure
1039 * @no_chk_data_crc: do not check CRCs when reading data nodes (except during
1055 * @ileb_len: length of data in ileb_buf
1132 * data nodes of maximum size - used in free space reporting
1942 ubifs_lpt_scan_callback scan_cb, void *data);