Lines Matching defs:ubifs_info

1835 struct ubifs_info {  struct
1836 struct super_block *vfs_sb;
1838 struct backing_dev_info bdi;
1841 ino_t highest_inum;
1842 unsigned long long max_sqnum;
1843 unsigned long long cmt_no;
1844 spinlock_t cnt_lock;
1845 int fmt_version;
1846 int ro_compat_version;
1847 unsigned char uuid[16];
1849 int lhead_lnum;
1850 int lhead_offs;
1851 int ltail_lnum;
1852 struct mutex log_mutex;
1853 int min_log_bytes;
1854 long long cmt_bud_bytes;
1856 struct rb_root buds;
1857 long long bud_bytes;
1858 spinlock_t buds_lock;
1859 int jhead_cnt;
1860 struct ubifs_jhead *jheads;
1861 long long max_bud_bytes;
1862 long long bg_bud_bytes;
1863 struct list_head old_buds;
1864 int max_bud_cnt;
1866 struct rw_semaphore commit_sem;
1867 int cmt_state;
1868 spinlock_t cs_lock;
1869 wait_queue_head_t cmt_wq;
1871 unsigned int big_lpt:1;
1872 unsigned int space_fixup:1;
1873 unsigned int no_chk_data_crc:1;
1874 unsigned int bulk_read:1;
1875 unsigned int default_compr:2;
1876 unsigned int rw_incompat:1;
1878 struct mutex tnc_mutex;
1879 struct ubifs_zbranch zroot;
1880 struct ubifs_znode *cnext;
1881 struct ubifs_znode *enext;
1882 int *gap_lebs;
1883 void *cbuf;
1884 void *ileb_buf;
1885 int ileb_len;
1886 int ihead_lnum;
1887 int ihead_offs;
1888 int *ilebs;
1889 int ileb_cnt;
1890 int ileb_nxt;
1891 struct rb_root old_idx;
1892 int *bottom_up_buf;
1894 struct ubifs_mst_node *mst_node;
1895 int mst_offs;
1897 int max_bu_buf_len;
1898 struct mutex bu_mutex;
1899 struct bu_info bu;
1901 struct mutex write_reserve_mutex;
1902 void *write_reserve_buf;
1904 int log_lebs;
1905 long long log_bytes;
1906 int log_last;
1907 int lpt_lebs;
1908 int lpt_first;
1909 int lpt_last;
1910 int orph_lebs;
1911 int orph_first;
1912 int orph_last;
1913 int main_lebs;
1914 int main_first;
1915 long long main_bytes;
1917 uint8_t key_hash_type;
1918 uint32_t (*key_hash)(const char *str, int len);
1919 int key_fmt;
1920 int key_len;
1921 int fanout;
1923 int min_io_size;
1924 int min_io_shift;
1925 int max_write_size;
1926 int max_write_shift;
1927 int leb_size;
1928 int leb_start;
1929 int half_leb_size;
1930 int idx_leb_size;
1931 int leb_cnt;
1932 int max_leb_cnt;
1933 int old_leb_cnt;
1934 unsigned int ro_media:1;
1935 unsigned int ro_mount:1;
1936 unsigned int ro_error:1;
1938 atomic_long_t dirty_pg_cnt;
1939 atomic_long_t dirty_zn_cnt;
1940 atomic_long_t clean_zn_cnt;
1942 spinlock_t space_lock;
1943 struct ubifs_lp_stats lst;
1944 struct ubifs_budg_info bi;
1945 unsigned long long calc_idx_sz;
1947 int ref_node_alsz;
1948 int mst_node_alsz;
1949 int min_idx_node_sz;
1950 int max_idx_node_sz;
1951 long long max_inode_sz;
1952 int max_znode_sz;
1954 int leb_overhead;
1955 int dead_wm;
1956 int dark_wm;
1957 int block_cnt;
1959 struct ubifs_node_range ranges[UBIFS_NODE_TYPES_CNT];
1960 struct ubi_volume_desc *ubi;
1961 struct ubi_device_info di;
1962 struct ubi_volume_info vi;
1964 struct rb_root orph_tree;
1965 struct list_head orph_list;
1966 struct list_head orph_new;
1967 struct ubifs_orphan *orph_cnext;
1968 struct ubifs_orphan *orph_dnext;
1969 spinlock_t orphan_lock;
1970 void *orph_buf;
1971 int new_orphans;
1972 int cmt_orphans;
1973 int tot_orphans;
1974 int max_orphans;
1975 int ohead_lnum;
1976 int ohead_offs;
1977 int no_orphs;
1979 struct task_struct *bgt;
1980 char bgt_name[sizeof(BGT_NAME_PATTERN) + 9];
1981 int need_bgt;
1982 int need_wbuf_sync;
1984 int gc_lnum;
1985 void *sbuf;
1986 struct list_head idx_gc;
1987 int idx_gc_cnt;
1988 int gc_seq;
1989 int gced_lnum;
1991 struct list_head infos_list;
1992 struct mutex umount_mutex;
1993 unsigned int shrinker_run_no;
1995 int space_bits;
1996 int lpt_lnum_bits;
1997 int lpt_offs_bits;
1998 int lpt_spc_bits;
1999 int pcnt_bits;
2000 int lnum_bits;
2001 int nnode_sz;
2002 int pnode_sz;
2003 int ltab_sz;
2004 int lsave_sz;
2005 int pnode_cnt;
2006 int nnode_cnt;
2007 int lpt_hght;
2008 int pnodes_have;
2010 struct mutex lp_mutex;
2011 int lpt_lnum;
2012 int lpt_offs;
2013 int nhead_lnum;
2014 int nhead_offs;
2015 int lpt_drty_flgs;
2016 int dirty_nn_cnt;
2017 int dirty_pn_cnt;
2018 int check_lpt_free;
2019 long long lpt_sz;
2020 void *lpt_nod_buf;
2021 void *lpt_buf;
2022 struct ubifs_nnode *nroot;
2023 struct ubifs_cnode *lpt_cnext;
2024 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];
2025 struct ubifs_lpt_heap dirty_idx;
2026 struct list_head uncat_list;
2027 struct list_head empty_list;
2028 struct list_head freeable_list;
2029 struct list_head frdi_idx_list;
2030 int freeable_cnt;
2031 int in_a_category_cnt;
2033 int ltab_lnum;
2034 int ltab_offs;
2035 struct ubifs_lpt_lprops *ltab;
2036 struct ubifs_lpt_lprops *ltab_cmt;
2037 int lsave_cnt;
2038 int lsave_lnum;
2039 int lsave_offs;
2040 int *lsave;
2041 int lscan_lnum;
2043 long long rp_size;
2044 long long report_rp_size;
2045 kuid_t rp_uid;
2069 extern struct list_head ubifs_infos; argument
2085 void ubifs_ro_mode(struct ubifs_info *c, int err); argument