Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
D | dir.c | 301 err = ubifs_budget_space(c, &req); in ubifs_create() 451 err = ubifs_budget_space(c, &req); in ubifs_tmpfile() 457 err = ubifs_budget_space(c, &ino_req); in ubifs_tmpfile() 757 err = ubifs_budget_space(c, &req); in ubifs_link() 834 err = ubifs_budget_space(c, &req); in ubifs_unlink() 936 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 996 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 1079 err = ubifs_budget_space(c, &req); in ubifs_mknod() 1165 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1348 err = ubifs_budget_space(c, &req); in do_rename() [all …]
|
D | file.c | 243 err = ubifs_budget_space(c, &req); in write_begin_slow() 386 return ubifs_budget_space(c, &req); in allocate_budget() 1137 err = ubifs_budget_space(c, &req); in do_truncation() 1229 err = ubifs_budget_space(c, &req); in do_setattr() 1389 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1428 err = ubifs_budget_space(c, &req); in update_mctime() 1555 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 | 112 err = ubifs_budget_space(c, &req); in setflags()
|
D | budget.c | 425 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
D | ubifs.h | 1799 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|