Lines Matching defs:used

119  * considered "young". This is used by shrinker when selecting znode to trim
248 * Return codes used by the garbage collector.
250 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit
333 * This data structure is used to temporary store garbage-collected indexing
355 * @bulk_read: non-zero if bulk-read should be used
362 * currently stored on the flash; used only for regular file
364 * @ui_size: inode size used by UBIFS when writing to flash
366 * @compr_type: default compression type used for this inode
389 * The @synced_i_size field is used to make sure we never write pages which are
432 * is used to clean the LEB when remounting to read-write mode.
447 * LPROPS_HEAP_CNT: number of heaps used for storing categorized LEBs
510 * @total_used: total used space in bytes (does not include index LEBs)
517 * used by itself (in which case 'unused_lebs' would be a better name). In the
647 /* Callback used by the 'ubifs_lpt_scan_nolock()' function */
659 * @used: number of used bytes in the write-buffer
665 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
677 * Note: the fields @buf, @lnum, @offs, @avail and @used can be read under
680 * spin-lock. Thus the data between @buf and @buf + @used can be read under
689 int used;
836 * @comp_mutex: mutex used during compression
837 * @decomp_mutex: mutex used during decompression
871 * @idx_growth, @data_growth and @dd_growth are not used in budget request. The
918 * if this orphan is a xattr, not used otherwise.
970 * @nospace: non-zero if the file-system does not have flash space (used as
1001 * @highest_inum: highest used inode number
1016 * @cmt_bud_bytes: used during commit to temporarily amount of bytes in
1020 * @bud_bytes: how many bytes of flash is used by buds
1052 * @gap_lebs: array of LEBs used by the in-gaps commit method
1062 * @bottom_up_buf: a buffer which is used by 'dirty_cow_bottom_up()' in tnc.c
1079 * @lpt_lebs: number of LEBs used for lprops table
1082 * @orph_lebs: number of LEBs used for the orphan area
1106 * used to store indexing nodes (@leb_size - @max_idx_node_sz)
1113 * @dirty_pg_cnt: number of dirty pages (not used)
1120 * @calc_idx_sz: temporary variable which is used to calculate new index size
1132 * data nodes of maximum size - used in free space reporting
1162 * @gc_lnum: LEB number used for garbage collection
1163 * @sbuf: a buffer of LEB size used by GC and replay for scanning
1199 * @lpt_buf: buffer of LEB size used by LPT
1228 * @hash_tfm: the hash transformation used for hashing nodes
1230 * @hmac_desc_len: length of the HMAC used for authentication
1232 * @auth_hash_name: the name of the hash algorithm used for authentication
1233 * @auth_hash_algo: the authentication hash used for this fs
1243 * @replay_list: temporary list used during journal replay
1480 /* The below fields are used only during mounting and re-mounting */