Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ubifs_budg_info Struct Reference

#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
 

Detailed Description

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)

Definition at line 958 of file ubifs.h.

Field Documentation

long long data_growth

Definition at line 960 of file ubifs.h.

long long dd_growth

Definition at line 961 of file ubifs.h.

int dent_budget

Definition at line 969 of file ubifs.h.

long long idx_growth

Definition at line 959 of file ubifs.h.

int inode_budget

Definition at line 968 of file ubifs.h.

int min_idx_lebs

Definition at line 964 of file ubifs.h.

unsigned int nospace

Definition at line 965 of file ubifs.h.

unsigned int nospace_rp

Definition at line 966 of file ubifs.h.

unsigned long long old_idx_sz

Definition at line 963 of file ubifs.h.

int page_budget

Definition at line 967 of file ubifs.h.

long long uncommitted_idx

Definition at line 962 of file ubifs.h.


The documentation for this struct was generated from the following file: