Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dubifs.h893 struct ubifs_budget_req { struct
894 unsigned int fast:1;
895 unsigned int recalculate:1;
897 unsigned int new_page:1;
898 unsigned int dirtied_page:1;
899 unsigned int new_dent:1;
900 unsigned int mod_dent:1;
901 unsigned int new_ino:1;
902 unsigned int new_ino_d:13;
903 unsigned int dirtied_ino:4;
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h1478 struct ubifs_budget_req { struct
1479 unsigned int fast:1;
1480 unsigned int recalculate:1;
1482 unsigned int new_page:1;
1483 unsigned int dirtied_page:1;
1484 unsigned int new_dent:1;
1485 unsigned int mod_dent:1;
1486 unsigned int new_ino:1;
1487 unsigned int new_ino_d:13;
1488 unsigned int dirtied_ino:4;
[all …]