Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/ubifs/ |
D | dir.c | 324 err = ubifs_budget_space(c, &req); in ubifs_create() 470 err = ubifs_budget_space(c, &req); in ubifs_tmpfile() 476 err = ubifs_budget_space(c, &ino_req); in ubifs_tmpfile() 787 err = ubifs_budget_space(c, &req); in ubifs_link() 859 err = ubifs_budget_space(c, &req); in ubifs_unlink() 962 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 1024 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 1109 err = ubifs_budget_space(c, &req); in ubifs_mknod() 1199 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1385 err = ubifs_budget_space(c, &req); in do_rename() [all …]
|
D | file.c | 238 err = ubifs_budget_space(c, &req); in write_begin_slow() 380 return ubifs_budget_space(c, &req); in allocate_budget() 1141 err = ubifs_budget_space(c, &req); in do_truncation() 1235 err = ubifs_budget_space(c, &req); in do_setattr() 1405 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1440 err = ubifs_budget_space(c, &req); in update_mctime() 1553 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 | 1822 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|