Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | dir.c | 263 err = ubifs_budget_space(c, &req); in ubifs_create() 524 err = ubifs_budget_space(c, &req); in ubifs_link() 580 err = ubifs_budget_space(c, &req); in ubifs_unlink() 669 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 724 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 800 err = ubifs_budget_space(c, &req); in ubifs_mknod() 873 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1012 err = ubifs_budget_space(c, &req); in ubifs_rename() 1015 err = ubifs_budget_space(c, &ino_req); in ubifs_rename()
|
D | file.c | 247 err = ubifs_budget_space(c, &req); in write_begin_slow() 390 return ubifs_budget_space(c, &req); in allocate_budget() 1128 err = ubifs_budget_space(c, &req); in do_truncation() 1220 err = ubifs_budget_space(c, &req); in do_setattr() 1385 err = ubifs_budget_space(c, &req); in update_mctime() 1485 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
|
D | xattr.c | 128 err = ubifs_budget_space(c, &req); in create_xattr() 207 err = ubifs_budget_space(c, &req); in change_xattr() 507 err = ubifs_budget_space(c, &req); in remove_xattr()
|
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 | 1559 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|