Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dubifs.h1280 struct ubifs_info { struct
1281 struct super_block *vfs_sb;
1282 struct ubifs_sb_node *sup_node;
1284 ino_t highest_inum;
1285 unsigned long long max_sqnum;
1286 unsigned long long cmt_no;
1287 spinlock_t cnt_lock;
1288 int fmt_version;
1289 int ro_compat_version;
1290 unsigned char uuid[16];
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h1834 struct ubifs_info { struct
1835 struct super_block *vfs_sb;
1837 struct backing_dev_info bdi;
1840 ino_t highest_inum;
1841 unsigned long long max_sqnum;
1842 unsigned long long cmt_no;
1843 spinlock_t cnt_lock;
1844 int fmt_version;
1845 int ro_compat_version;
1846 unsigned char uuid[16];
[all …]