Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dbudget.c417 if (req->dirtied_ino) in calc_dd_growth()
418 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
448 ubifs_assert(req->dirtied_ino <= 4); in ubifs_budget_space()
535 ubifs_assert(req->dirtied_ino <= 4); in ubifs_release_budget()
Ddir.c252 .dirtied_ino = 1 }; in ubifs_create()
507 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link()
562 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink()
654 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir()
782 .dirtied_ino = 1 }; in ubifs_mknod()
858 .dirtied_ino = 1 }; in ubifs_symlink()
981 .dirtied_ino = 3 }; in ubifs_rename()
982 struct ubifs_budget_req ino_req = { .dirtied_ino = 1, in ubifs_rename()
Dfile.c244 req.dirtied_ino = 1; in write_begin_slow()
358 req.dirtied_ino = 1; in allocate_budget()
385 req.dirtied_ino = 1; in allocate_budget()
1124 req.dirtied_ino = 1; in do_truncation()
1216 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr()
1369 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time()
1414 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime()
1515 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
Dxattr.c107 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
204 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr()
508 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
Dioctl.c107 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
Dubifs.h892 unsigned int dirtied_ino:4; member
902 unsigned int dirtied_ino; member
Ddebug.c552 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()