Home
last modified time | relevance | path

Searched defs:ubifs_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dubifs.h1255 struct ubifs_info { struct
1256 struct super_block *vfs_sb;
1257 struct ubifs_sb_node *sup_node;
1259 ino_t highest_inum;
1260 unsigned long long max_sqnum;
1261 unsigned long long cmt_no;
1262 spinlock_t cnt_lock;
1263 int fmt_version;
1264 int ro_compat_version;
1265 unsigned char uuid[16];
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h1835 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];
[all …]