Home
last modified time | relevance | path

Searched refs:dirtied_ino (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/ubifs/
Ddir.c308 .dirtied_ino = 1 }; in ubifs_create()
377 .dirtied_ino = 1}; in do_tmpfile()
378 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; in do_tmpfile()
722 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link()
795 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink()
903 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir()
981 .dirtied_ino = 1}; in ubifs_mkdir()
1057 .dirtied_ino = 1 }; in ubifs_mknod()
1145 .dirtied_ino = 1 }; in ubifs_symlink()
1293 .dirtied_ino = 3 }; in do_rename()
[all …]
Dbudget.c416 if (req->dirtied_ino) in calc_dd_growth()
417 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth()
447 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_budget_space()
534 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_release_budget()
Dfile.c253 req.dirtied_ino = 1; in write_begin_slow()
367 req.dirtied_ino = 1; in allocate_budget()
394 req.dirtied_ino = 1; in allocate_budget()
1149 req.dirtied_ino = 1; in do_truncation()
1241 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr()
1398 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time()
1439 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime()
1567 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
Dxattr.c106 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
216 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr()
475 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
Dioctl.c115 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
Dubifs.h884 unsigned int dirtied_ino:4; member
894 unsigned int dirtied_ino; member
Ddebug.c556 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()