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

/linux-master/fs/ubifs/
H A Dbudget.c401 if (req->dirtied_ino)
402 dd_growth += c->bi.inode_budget * req->dirtied_ino;
432 ubifs_assert(c, req->dirtied_ino <= 4);
519 ubifs_assert(c, req->dirtied_ino <= 4);
H A Ddir.c290 .dirtied_ino = 1 };
429 .dirtied_ino = 1};
430 struct ubifs_budget_req ino_req = { .dirtied_ino = 1 };
728 struct ubifs_budget_req req = { .new_dent = 1, .dirtied_ino = 2,
804 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 };
810 * @dirtied_ino), changing the parent directory inode. If budgeting
911 struct ubifs_budget_req req = { .mod_dent = 1, .dirtied_ino = 2 };
989 .dirtied_ino = 1};
1066 .dirtied_ino = 1 };
1157 .dirtied_ino
[all...]
H A Dioctl.c110 struct ubifs_budget_req req = { .dirtied_ino = 1,
H A Dfile.c236 req.dirtied_ino = 1;
349 req.dirtied_ino = 1;
376 req.dirtied_ino = 1;
1139 req.dirtied_ino = 1;
1233 struct ubifs_budget_req req = { .dirtied_ino = 1,
1397 struct ubifs_budget_req req = { .dirtied_ino = 1,
1438 struct ubifs_budget_req req = { .dirtied_ino = 1,
1552 req.dirtied_ino = 1;
H A Dxattr.c88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1,
198 struct ubifs_budget_req req = { .dirtied_ino = 2,
467 struct ubifs_budget_req req = { .dirtied_ino = 2, .mod_dent = 1,
H A Dubifs.h873 * @dirtied_ino: how many inodes the operation makes dirty
903 unsigned int dirtied_ino:4; member in struct:ubifs_budget_req
913 unsigned int dirtied_ino; member in struct:ubifs_budget_req
H A Ddebug.c586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n",
587 req->new_ino, req->dirtied_ino);

Completed in 147 milliseconds