Home
last modified time | relevance | path

Searched refs:ubifs_budget_space (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/ubifs/
Ddir.c321 err = ubifs_budget_space(c, &req); in ubifs_create()
397 err = ubifs_budget_space(c, &req); in do_tmpfile()
403 err = ubifs_budget_space(c, &ino_req); in do_tmpfile()
749 err = ubifs_budget_space(c, &req); in ubifs_link()
828 err = ubifs_budget_space(c, &req); in ubifs_unlink()
932 err = ubifs_budget_space(c, &req); in ubifs_rmdir()
992 err = ubifs_budget_space(c, &req); in ubifs_mkdir()
1075 err = ubifs_budget_space(c, &req); in ubifs_mknod()
1161 err = ubifs_budget_space(c, &req); in ubifs_symlink()
1339 err = ubifs_budget_space(c, &req); in do_rename()
[all …]
Dfile.c255 err = ubifs_budget_space(c, &req); in write_begin_slow()
398 return ubifs_budget_space(c, &req); in allocate_budget()
1152 err = ubifs_budget_space(c, &req); in do_truncation()
1244 err = ubifs_budget_space(c, &req); in do_setattr()
1402 err = ubifs_budget_space(c, &req); in ubifs_update_time()
1442 err = ubifs_budget_space(c, &req); in update_mctime()
1569 err = ubifs_budget_space(c, &req); in ubifs_vm_page_mkwrite()
Dxattr.c127 err = ubifs_budget_space(c, &req); in create_xattr()
220 err = ubifs_budget_space(c, &req); in change_xattr()
480 err = ubifs_budget_space(c, &req); in remove_xattr()
Dioctl.c118 err = ubifs_budget_space(c, &req); in setflags()
Dbudget.c437 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req) in ubifs_budget_space() function
Dubifs.h1559 int ubifs_budget_space(struct ubifs_info *c, struct ubifs_budget_req *req);