Searched refs:new_ino_d (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 396 data_growth += req->new_ino_d; in calc_data_growth() 443 ubifs_assert(req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_budget_space() 446 ubifs_assert(!(req->new_ino_d & 7)); in ubifs_budget_space() 530 ubifs_assert(req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_release_budget() 533 ubifs_assert(!(req->new_ino_d & 7)); in ubifs_release_budget()
|
| H A D | ubifs.h | 1488 unsigned int new_ino_d:13; member 1498 unsigned int new_ino_d; member
|
| H A D | debug.c | 556 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 388 data_growth += req->new_ino_d; in calc_data_growth() 435 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_budget_space() 438 ubifs_assert(c, !(req->new_ino_d & 7)); in ubifs_budget_space() 522 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_release_budget() 525 ubifs_assert(c, !(req->new_ino_d & 7)); in ubifs_release_budget()
|
| H A D | ubifs.h | 893 unsigned int new_ino_d:13; member 903 unsigned int new_ino_d; member
|
| H A D | dir.c | 1050 req.new_ino_d = ALIGN(devlen, 8); in ubifs_mknod() 1121 .new_ino_d = ALIGN(len, 8), in ubifs_symlink()
|
| H A D | xattr.c | 88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
|
| H A D | debug.c | 552 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()
|