Searched refs:new_ino_d (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/ubifs/ |
D | budget.c | 384 data_growth += req->new_ino_d; in calc_data_growth() 431 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_budget_space() 434 ubifs_assert(c, !(req->new_ino_d & 7)); in ubifs_budget_space() 518 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_release_budget() 521 ubifs_assert(c, !(req->new_ino_d & 7)); in ubifs_release_budget()
|
D | dir.c | 1077 req.new_ino_d = ALIGN(devlen, 8); in ubifs_mknod() 1163 req.new_ino_d = ALIGN(disk_link.len - 1, 8); in ubifs_symlink() 1390 wht_req.new_ino_d = ALIGN(whiteout_ui->data_len, 8); in do_rename()
|
D | ubifs.h | 902 unsigned int new_ino_d:13; member 912 unsigned int new_ino_d; member
|
D | xattr.c | 88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
|
D | debug.c | 589 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()
|