Home
last modified time | relevance | path

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

/linux-4.1.27/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()
506 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link()
561 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink()
653 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir()
781 .dirtied_ino = 1 }; in ubifs_mknod()
860 .dirtied_ino = 1 }; in ubifs_symlink()
982 .dirtied_ino = 3 }; in ubifs_rename()
983 struct ubifs_budget_req ino_req = { .dirtied_ino = 1, in ubifs_rename()
Dfile.c245 req.dirtied_ino = 1; in write_begin_slow()
359 req.dirtied_ino = 1; in allocate_budget()
386 req.dirtied_ino = 1; in allocate_budget()
1125 req.dirtied_ino = 1; in do_truncation()
1217 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr()
1382 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime()
1483 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
Dxattr.c107 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
203 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr()
502 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()