Searched refs:new_ino_d (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dbudget.c384 data_growth += req->new_ino_d;
431 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA);
434 ubifs_assert(c, !(req->new_ino_d & 7));
518 ubifs_assert(c, req->new_ino_d <= UBIFS_MAX_INO_DATA);
521 ubifs_assert(c, !(req->new_ino_d & 7));
H A Ddir.c1083 req.new_ino_d = ALIGN(devlen, 8);
1172 req.new_ino_d = ALIGN(disk_link.len - 1, 8);
1400 wht_req.new_ino_d = ALIGN(whiteout_ui->data_len, 8);
H A Dxattr.c88 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1,
H A Dubifs.h872 * @new_ino_d: how much data newly created inode contains
885 * An inode may contain 4KiB of data at max., thus the widths of @new_ino_d
890 * make sure the amount of inode data which contribute to @new_ino_d and
902 unsigned int new_ino_d:13; member in struct:ubifs_budget_req
912 unsigned int new_ino_d; member in struct:ubifs_budget_req
H A Ddebug.c589 req->new_ino_d, req->dirtied_ino_d);

Completed in 135 milliseconds