Home
last modified time | relevance | path

Searched refs:dirtied_ino (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c404 if (req->dirtied_ino) in calc_dd_growth()
405 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth()
435 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_budget_space()
522 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_release_budget()
H A Dfile.c241 req.dirtied_ino = 1; in write_begin_slow()
352 req.dirtied_ino = 1; in allocate_budget()
379 req.dirtied_ino = 1; in allocate_budget()
1129 req.dirtied_ino = 1; in do_truncation()
1221 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr()
1377 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time()
1420 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime()
1548 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
H A Ddir.c288 .dirtied_ino = 1 }; in ubifs_create()
431 .dirtied_ino = 1}; in ubifs_tmpfile()
432 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; in ubifs_tmpfile()
730 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link()
803 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink()
809 * @dirtied_ino), changing the parent directory inode. If budgeting in ubifs_unlink()
909 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir()
985 .dirtied_ino = 1}; in ubifs_mkdir()
1061 .dirtied_ino = 1 }; in ubifs_mknod()
1151 .dirtied_ino in ubifs_symlink()
[all...]
H A Dxattr.c88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
198 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr()
467 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
H A Dioctl.c109 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
H A Dubifs.h864 * @dirtied_ino: how many inodes the operation makes dirty
894 unsigned int dirtied_ino:4; member
904 unsigned int dirtied_ino; member
H A Ddebug.c586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n", in ubifs_dump_budget_req()
587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c401 if (req->dirtied_ino) in calc_dd_growth()
402 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth()
432 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_budget_space()
519 ubifs_assert(c, req->dirtied_ino <= 4); in ubifs_release_budget()
H A Dfile.c240 req.dirtied_ino = 1; in write_begin_slow()
351 req.dirtied_ino = 1; in allocate_budget()
378 req.dirtied_ino = 1; in allocate_budget()
1130 req.dirtied_ino = 1; in do_truncation()
1222 struct ubifs_budget_req req = { .dirtied_ino = 1, in do_setattr()
1380 struct ubifs_budget_req req = { .dirtied_ino = 1, in ubifs_update_time()
1419 struct ubifs_budget_req req = { .dirtied_ino = 1, in update_mctime()
1533 req.dirtied_ino = 1; in ubifs_vm_page_mkwrite()
H A Ddir.c291 .dirtied_ino = 1 }; in ubifs_create()
429 .dirtied_ino = 1}; in ubifs_tmpfile()
430 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 }; in ubifs_tmpfile()
728 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2, in ubifs_link()
801 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_unlink()
807 * @dirtied_ino), changing the parent directory inode. If budgeting in ubifs_unlink()
907 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 }; in ubifs_rmdir()
984 .dirtied_ino = 1}; in ubifs_mkdir()
1060 .dirtied_ino = 1 }; in ubifs_mknod()
1148 .dirtied_ino in ubifs_symlink()
[all...]
H A Dxattr.c88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
198 struct ubifs_budget_req req = { .dirtied_ino = 2, in change_xattr()
467 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1, in remove_xattr()
H A Dioctl.c110 struct ubifs_budget_req req = { .dirtied_ino = 1, in setflags()
H A Dubifs.h873 * @dirtied_ino: how many inodes the operation makes dirty
903 unsigned int dirtied_ino:4; member
913 unsigned int dirtied_ino; member
H A Ddebug.c586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n", in ubifs_dump_budget_req()
587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()

Completed in 29 milliseconds