Searched refs:dirtied_ino (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/ubifs/ |
D | dir.c | 311 .dirtied_ino = 1 }; in ubifs_create() 450 .dirtied_ino = 1}; in ubifs_tmpfile() 451 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; in ubifs_tmpfile() 758 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link() 828 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink() 935 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir() 1013 .dirtied_ino = 1}; in ubifs_mkdir() 1091 .dirtied_ino = 1 }; in ubifs_mknod() 1183 .dirtied_ino = 1 }; in ubifs_symlink() 1335 .dirtied_ino = 3 }; in do_rename() [all …]
|
D | budget.c | 401 if (req->dirtied_ino) in calc_dd_growth() 402 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth() 432 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_budget_space() 519 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_release_budget()
|
D | file.c | 236 req.dirtied_ino = 1; in write_begin_slow() 349 req.dirtied_ino = 1; in allocate_budget() 376 req.dirtied_ino = 1; in allocate_budget() 1138 req.dirtied_ino = 1; in do_truncation() 1232 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr() 1396 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time() 1437 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime() 1551 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
|
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() 467 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
|
D | ioctl.c | 110 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
|
D | ubifs.h | 896 unsigned int dirtied_ino:4; member 906 unsigned int dirtied_ino; member
|
D | debug.c | 587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|