Searched refs:ubifs_budget_req (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | budget.c | 375 const struct ubifs_budget_req *req) in calc_idx_growth() 391 const struct ubifs_budget_req *req) in calc_data_growth() 411 const struct ubifs_budget_req *req) in calc_dd_growth() 438 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() 527 void ubifs_release_budget(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_release_budget() 609 struct ubifs_budget_req req; in ubifs_release_dirty_inode_budget() 611 memset(&req, 0, sizeof(struct ubifs_budget_req)); in ubifs_release_dirty_inode_budget()
|
D | dir.c | 251 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 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() 714 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1 }; in ubifs_mkdir() 779 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod() 858 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink() 981 struct ubifs_budget_req req = { .new_dent = 1, .mod_dent = 1, in ubifs_rename() 983 struct ubifs_budget_req ino_req = { .dirtied_ino = 1, in ubifs_rename()
|
D | file.c | 202 struct ubifs_budget_req req = { .recalculate = 1, .new_page = 1 }; in release_new_page_budget() 216 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget() 228 struct ubifs_budget_req req = { .new_page = 1 }; in write_begin_slow() 332 struct ubifs_budget_req req = { .fast = 1 }; in allocate_budget() 1109 struct ubifs_budget_req req; in do_truncation() 1115 memset(&req, 0, sizeof(struct ubifs_budget_req)); 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() 1449 struct ubifs_budget_req req = { .new_page = 1 }; in ubifs_vm_page_mkwrite()
|
D | ubifs.h | 882 struct ubifs_budget_req { struct 1559 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req); 1560 void ubifs_release_budget(struct ubifs_info *c, struct ubifs_budget_req *req); 1564 struct ubifs_budget_req *req); 1566 struct ubifs_budget_req *req); 1568 struct ubifs_budget_req *req);
|
D | xattr.c | 106 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 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()
|
D | ioctl.c | 107 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
|
D | debug.h | 256 void ubifs_dump_budget_req(const struct ubifs_budget_req *req);
|
D | debug.c | 548 void ubifs_dump_budget_req(const struct ubifs_budget_req *req) in ubifs_dump_budget_req()
|