Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/ubifs/ |
| D | dir.c | 263 err = ubifs_budget_space(c, &req); in ubifs_create() 525 err = ubifs_budget_space(c, &req); in ubifs_link() 581 err = ubifs_budget_space(c, &req); in ubifs_unlink() 670 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 725 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 798 err = ubifs_budget_space(c, &req); in ubifs_mknod() 871 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1011 err = ubifs_budget_space(c, &req); in ubifs_rename() 1014 err = ubifs_budget_space(c, &ino_req); in ubifs_rename()
|
| D | file.c | 246 err = ubifs_budget_space(c, &req); in write_begin_slow() 389 return ubifs_budget_space(c, &req); in allocate_budget() 1127 err = ubifs_budget_space(c, &req); in do_truncation() 1219 err = ubifs_budget_space(c, &req); in do_setattr() 1374 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1417 err = ubifs_budget_space(c, &req); in update_mctime() 1517 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
| D | xattr.c | 128 err = ubifs_budget_space(c, &req); in create_xattr() 208 err = ubifs_budget_space(c, &req); in change_xattr() 513 err = ubifs_budget_space(c, &req); in remove_xattr()
|
| D | ioctl.c | 110 err = ubifs_budget_space(c, &req); in setflags()
|
| D | budget.c | 438 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
| D | ubifs.h | 1558 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|