Searched refs:ubifs_budget_space (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A 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() 1167 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1352 err = ubifs_budget_space( in do_rename() [all...] |
H A D | file.c | 243 err = ubifs_budget_space(c, &req); in write_begin_slow() 383 return ubifs_budget_space(c, &req); in allocate_budget() 1132 err = ubifs_budget_space(c, &req); in do_truncation() 1224 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()
|
H 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()
|
H A D | ioctl.c | 112 err = ubifs_budget_space(c, &req); in setflags()
|
H A D | budget.c | 413 * ubifs_budget_space - ensure there is enough space to complete an operation. 425 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function 508 * This function releases the space budgeted by 'ubifs_budget_space()'. Note,
|
H A D | ubifs.h | 1799 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A 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() 1348 err = ubifs_budget_space( in do_rename() [all...] |
H A D | file.c | 242 err = ubifs_budget_space(c, &req); in write_begin_slow() 382 return ubifs_budget_space(c, &req); in allocate_budget() 1133 err = ubifs_budget_space(c, &req); in do_truncation() 1225 err = ubifs_budget_space(c, &req); in do_setattr() 1389 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1422 err = ubifs_budget_space(c, &req); in update_mctime() 1535 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
H 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()
|
H A D | ioctl.c | 113 err = ubifs_budget_space(c, &req); in setflags()
|
H A D | budget.c | 410 * ubifs_budget_space - ensure there is enough space to complete an operation. 422 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function 505 * This function releases the space budgeted by 'ubifs_budget_space()'. Note,
|
H A D | ubifs.h | 1828 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|
Completed in 19 milliseconds