|
Linux Kernel
3.7.1
|
#include <ubifs.h>
Data Fields | |
| long long | idx_growth |
| long long | data_growth |
| long long | dd_growth |
| long long | uncommitted_idx |
| unsigned long long | old_idx_sz |
| int | min_idx_lebs |
| unsigned int | nospace:1 |
| unsigned int | nospace_rp:1 |
| int | page_budget |
| int | inode_budget |
| int | dent_budget |
struct ubifs_budg_info - UBIFS budgeting information. : amount of bytes budgeted for index growth : amount of bytes budgeted for cached data : amount of bytes budgeted for cached data that will make other data dirty : amount of bytes were budgeted for growth of the index, but which still have to be taken into account because the index has not been committed so far : size of index on flash : minimum number of LEBs required for the index : non-zero if the file-system does not have flash space (used as optimization) : the same as , but additionally means that even reserved pool is full : budget for a page (constant, nenver changed after mount) : budget for an inode (constant, nenver changed after mount) : budget for a directory entry (constant, nenver changed after mount)
1.8.2