Searched refs:dirtied_ino (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | dir.c | 289 .dirtied_ino = 1 }; in ubifs_create() 358 .dirtied_ino = 1}; in do_tmpfile() 359 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; in do_tmpfile() 702 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link() 775 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink() 881 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir() 957 .dirtied_ino = 1}; in ubifs_mkdir() 1033 .dirtied_ino = 1 }; in ubifs_mknod() 1122 .dirtied_ino = 1 }; in ubifs_symlink() 1269 .dirtied_ino = 3 }; in do_rename() [all …]
|
| H A D | budget.c | 405 if (req->dirtied_ino) in calc_dd_growth() 406 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 436 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_budget_space() 523 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_release_budget()
|
| H A D | file.c | 241 req.dirtied_ino = 1; in write_begin_slow() 355 req.dirtied_ino = 1; in allocate_budget() 382 req.dirtied_ino = 1; in allocate_budget() 1128 req.dirtied_ino = 1; in do_truncation() 1220 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr() 1376 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time() 1419 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime() 1547 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
|
| H A D | xattr.c | 88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr() 198 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr() 471 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
|
| H A D | ioctl.c | 109 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
|
| H A D | ubifs.h | 894 unsigned int dirtied_ino:4; member 904 unsigned int dirtied_ino; member
|
| H A D | debug.c | 550 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 413 if (req->dirtied_ino) in calc_dd_growth() 414 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 444 ubifs_assert(req->dirtied_ino <= 4); in ubifs_budget_space() 531 ubifs_assert(req->dirtied_ino <= 4); in ubifs_release_budget()
|
| H A D | ubifs.h | 1489 unsigned int dirtied_ino:4; member 1499 unsigned int dirtied_ino; member
|
| H A D | debug.c | 554 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|