Searched refs:dirtied_ino (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/ubifs/ |
D | budget.c | 418 if (req->dirtied_ino) in calc_dd_growth() 419 dd_growth += c->inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 450 ubifs_assert(req->dirtied_ino <= 4); in ubifs_budget_space() 537 ubifs_assert(req->dirtied_ino <= 4); in ubifs_release_budget()
|
D | dir.c | 261 .dirtied_ino = 1 }; in ubifs_create() 511 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link() 566 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink() 657 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir() 781 .dirtied_ino = 1 }; in ubifs_mknod() 856 .dirtied_ino = 1 }; in ubifs_symlink() 974 .dirtied_ino = 3 }; in ubifs_rename() 975 struct ubifs_budget_req ino_req = { .dirtied_ino = 1, in ubifs_rename()
|
D | file.c | 244 req.dirtied_ino = 1; in write_begin_slow() 357 req.dirtied_ino = 1; in allocate_budget() 384 req.dirtied_ino = 1; in allocate_budget() 1122 req.dirtied_ino = 1; in do_truncation() 1214 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr() 1373 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime() 1478 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
|
D | xattr.c | 107 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr() 198 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr() 491 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
|
D | ioctl.c | 107 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
|
D | ubifs.h | 882 unsigned int dirtied_ino:4; member 892 unsigned int dirtied_ino; member
|
D | debug.c | 578 req->new_ino, req->dirtied_ino); in dbg_dump_budget_req()
|