Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dubifs.h884 struct ubifs_budget_req { struct
885 unsigned int fast:1;
886 unsigned int recalculate:1;
888 unsigned int new_page:1;
889 unsigned int dirtied_page:1;
890 unsigned int new_dent:1;
891 unsigned int mod_dent:1;
892 unsigned int new_ino:1;
893 unsigned int new_ino_d:13;
894 unsigned int dirtied_ino:4;
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.h1479 struct ubifs_budget_req { struct
1480 unsigned int fast:1;
1481 unsigned int recalculate:1;
1483 unsigned int new_page:1;
1484 unsigned int dirtied_page:1;
1485 unsigned int new_dent:1;
1486 unsigned int mod_dent:1;
1487 unsigned int new_ino:1;
1488 unsigned int new_ino_d:13;
1489 unsigned int dirtied_ino:4;
[all …]