Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c408 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
436 ubifs_assert(c, req->dirtied_ino_d <= UBIFS_MAX_INO_DATA * 4); in ubifs_budget_space()
438 ubifs_assert(c, !(req->dirtied_ino_d & 7)); in ubifs_budget_space()
523 ubifs_assert(c, req->dirtied_ino_d <= UBIFS_MAX_INO_DATA * 4); in ubifs_release_budget()
525 ubifs_assert(c, !(req->dirtied_ino_d & 7)); in ubifs_release_budget()
H A Dxattr.c89 .dirtied_ino_d = ALIGN(host_ui->data_len, 8) }; in create_xattr()
199 .dirtied_ino_d = ALIGN(size, 8) + ALIGN(host_ui->data_len, 8) }; in change_xattr()
468 .dirtied_ino_d = ALIGN(host_ui->data_len, 8) }; in remove_xattr()
H A Dioctl.c110 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in setflags()
H A Dfile.c1131 req.dirtied_ino_d = UBIFS_TRUN_NODE_SZ; in do_truncation()
1222 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in do_setattr()
1378 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in ubifs_update_time()
1421 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in update_mctime()
H A Dubifs.h865 * @dirtied_ino_d: how much data dirtied inode contains
877 * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes may be made
882 * @dirtied_ino_d fields are aligned.
895 unsigned int dirtied_ino_d:15; member
905 unsigned int dirtied_ino_d; member
H A Ddir.c731 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in ubifs_link()
1303 .dirtied_ino_d = ALIGN(old_inode_ui->data_len, 8) }; in do_rename()
1327 req.dirtied_ino_d = ALIGN(ubifs_inode(new_inode)->data_len, 8); in do_rename()
H A Ddebug.c588 pr_err("\tnew_ino_d %d, dirtied_ino_d %d\n", in ubifs_dump_budget_req()
589 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c405 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
433 ubifs_assert(c, req->dirtied_ino_d <= UBIFS_MAX_INO_DATA * 4); in ubifs_budget_space()
435 ubifs_assert(c, !(req->dirtied_ino_d & 7)); in ubifs_budget_space()
520 ubifs_assert(c, req->dirtied_ino_d <= UBIFS_MAX_INO_DATA * 4); in ubifs_release_budget()
522 ubifs_assert(c, !(req->dirtied_ino_d & 7)); in ubifs_release_budget()
H A Dxattr.c89 .dirtied_ino_d = ALIGN(host_ui->data_len, 8) }; in create_xattr()
199 .dirtied_ino_d = ALIGN(size, 8) + ALIGN(host_ui->data_len, 8) }; in change_xattr()
468 .dirtied_ino_d = ALIGN(host_ui->data_len, 8) }; in remove_xattr()
H A Dioctl.c111 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in setflags()
H A Dfile.c1132 req.dirtied_ino_d = UBIFS_TRUN_NODE_SZ; in do_truncation()
1223 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in do_setattr()
1381 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in ubifs_update_time()
1420 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in update_mctime()
H A Dubifs.h874 * @dirtied_ino_d: how much data dirtied inode contains
886 * is 13 bits, and @dirtied_ino_d - 15, because up to 4 inodes may be made
891 * @dirtied_ino_d fields are aligned.
904 unsigned int dirtied_ino_d:15; member
914 unsigned int dirtied_ino_d; member
H A Ddir.c729 .dirtied_ino_d = ALIGN(ui->data_len, 8) }; in ubifs_link()
1300 .dirtied_ino_d = ALIGN(old_inode_ui->data_len, 8) }; in do_rename()
1323 req.dirtied_ino_d = ALIGN(ubifs_inode(new_inode)->data_len, 8); in do_rename()
H A Ddebug.c588 pr_err("\tnew_ino_d %d, dirtied_ino_d %d\n", in ubifs_dump_budget_req()
589 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()

Completed in 25 milliseconds