Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/fs/ubifs/ |
D | dir.c | 266 err = ubifs_budget_space(c, &req); in ubifs_create() 547 err = ubifs_budget_space(c, &req); in ubifs_link() 603 err = ubifs_budget_space(c, &req); in ubifs_unlink() 692 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 747 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 819 err = ubifs_budget_space(c, &req); in ubifs_mknod() 887 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1023 err = ubifs_budget_space(c, &req); in ubifs_rename() 1026 err = ubifs_budget_space(c, &ino_req); in ubifs_rename()
|
D | xattr.c | 122 err = ubifs_budget_space(c, &req); in create_xattr() 201 err = ubifs_budget_space(c, &req); in change_xattr() 494 err = ubifs_budget_space(c, &req); in remove_xattr()
|
D | file.c | 247 err = ubifs_budget_space(c, &req); in write_begin_slow() 389 return ubifs_budget_space(c, &req); in allocate_budget() 1126 err = ubifs_budget_space(c, &req); in do_truncation() 1218 err = ubifs_budget_space(c, &req); in do_setattr() 1383 err = ubifs_budget_space(c, &req); in update_mctime() 1488 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
D | ioctl.c | 110 err = ubifs_budget_space(c, &req); in setflags()
|
D | budget.c | 438 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
D | ubifs.h | 1546 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|