Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ubifs/ |
| A D | dir.c | 302 err = ubifs_budget_space(c, &req); in ubifs_create() 375 err = ubifs_budget_space(c, &req); in do_tmpfile() 381 err = ubifs_budget_space(c, &ino_req); in do_tmpfile() 724 err = ubifs_budget_space(c, &req); in ubifs_link() 801 err = ubifs_budget_space(c, &req); in ubifs_unlink() 903 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 963 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 1046 err = ubifs_budget_space(c, &req); in ubifs_mknod() 1132 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1311 err = ubifs_budget_space(c, &req); in do_rename() [all …]
|
| A D | file.c | 243 err = ubifs_budget_space(c, &req); in write_begin_slow() 386 return ubifs_budget_space(c, &req); in allocate_budget() 1131 err = ubifs_budget_space(c, &req); in do_truncation() 1223 err = ubifs_budget_space(c, &req); in do_setattr() 1384 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1423 err = ubifs_budget_space(c, &req); in update_mctime() 1550 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
| A D | xattr.c | 109 err = ubifs_budget_space(c, &req); in create_xattr() 202 err = ubifs_budget_space(c, &req); in change_xattr() 472 err = ubifs_budget_space(c, &req); in remove_xattr()
|
| A D | ioctl.c | 113 err = ubifs_budget_space(c, &req); in setflags()
|
| A D | budget.c | 426 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
| A D | ubifs.h | 1794 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|
Completed in 18 milliseconds