Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ubifs/
Dbudget.c400 data_growth += req->new_ino_d; in calc_data_growth()
447 ubifs_assert(req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_budget_space()
450 ubifs_assert(!(req->new_ino_d & 7)); in ubifs_budget_space()
534 ubifs_assert(req->new_ino_d <= UBIFS_MAX_INO_DATA); in ubifs_release_budget()
537 ubifs_assert(!(req->new_ino_d & 7)); in ubifs_release_budget()
Dubifs.h891 unsigned int new_ino_d:13; member
901 unsigned int new_ino_d; member
Ddir.c781 .new_ino_d = ALIGN(devlen, 8), in ubifs_mknod()
857 .new_ino_d = ALIGN(len, 8), in ubifs_symlink()
Dxattr.c107 .new_ino_d = ALIGN(size, 8), .dirtied_ino = 1, in create_xattr()
Ddebug.c554 req->new_ino_d, req->dirtied_ino_d); in ubifs_dump_budget_req()