Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/ubifs/ |
D | dir.c | 274 err = ubifs_budget_space(c, &req); in ubifs_create() 555 err = ubifs_budget_space(c, &req); in ubifs_link() 611 err = ubifs_budget_space(c, &req); in ubifs_unlink() 700 err = ubifs_budget_space(c, &req); in ubifs_rmdir() 755 err = ubifs_budget_space(c, &req); in ubifs_mkdir() 827 err = ubifs_budget_space(c, &req); in ubifs_mknod() 895 err = ubifs_budget_space(c, &req); in ubifs_symlink() 1031 err = ubifs_budget_space(c, &req); in ubifs_rename() 1034 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 | 246 err = ubifs_budget_space(c, &req); in write_begin_slow() 388 return ubifs_budget_space(c, &req); in allocate_budget() 1125 err = ubifs_budget_space(c, &req); in do_truncation() 1217 err = ubifs_budget_space(c, &req); in do_setattr() 1381 err = ubifs_budget_space(c, &req); in update_mctime() 1486 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 | 439 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
|
D | ubifs.h | 1549 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);
|