Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
D | dir.c | 305 err = ubifs_budget_space(c, &req); in ubifs_create() 456 err = ubifs_budget_space(c, &req); in ubifs_tmpfile() 462 err = ubifs_budget_space(c, &ino_req); in ubifs_tmpfile() 761 err = ubifs_budget_space(c, &req); in ubifs_link() 838 err = ubifs_budget_space(c, &req); in ubifs_unlink() 940 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 1001 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 1084 err = ubifs_budget_space(c, &req); in ubifs_mknod() 1170 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1351 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() 1132 err = ubifs_budget_space(c, &req); in do_truncation() 1224 err = ubifs_budget_space(c, &req); in do_setattr() 1385 err = ubifs_budget_space(c, &req); in ubifs_update_time() 1424 err = ubifs_budget_space(c, &req); in update_mctime() 1528 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 | 423 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
D | ubifs.h | 1823 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|