Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/fs/ubifs/ |
| D | dir.c | 304 err = ubifs_budget_space(c, &req); in ubifs_create() 449 err = ubifs_budget_space(c, &req); in ubifs_tmpfile() 455 err = ubifs_budget_space(c, &ino_req); in ubifs_tmpfile() 755 err = ubifs_budget_space(c, &req); in ubifs_link() 832 err = ubifs_budget_space(c, &req); in ubifs_unlink() 934 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 995 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 1078 err = ubifs_budget_space(c, &req); in ubifs_mknod() 1164 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1346 err = ubifs_budget_space(c, &req); in do_rename() [all …]
|
| D | file.c | 242 err = ubifs_budget_space(c, &req); in write_begin_slow() 385 return ubifs_budget_space(c, &req); in allocate_budget() 1138 err = ubifs_budget_space(c, &req); in do_truncation() 1230 err = ubifs_budget_space(c, &req); in do_setattr() 1394 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1427 err = ubifs_budget_space(c, &req); in update_mctime() 1540 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
| 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()
|
| D | ioctl.c | 113 err = ubifs_budget_space(c, &req); in setflags()
|
| D | budget.c | 422 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
| D | ubifs.h | 1828 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|