Home
last modified time | relevance | path

Searched refs:new_ino (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dbudget.c375 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
391 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
442 ubifs_assert(req->new_ino <= 1); in ubifs_budget_space()
529 ubifs_assert(req->new_ino <= 1); in ubifs_release_budget()
H A Dubifs.h1487 unsigned int new_ino:1; member
1497 unsigned int new_ino; member
H A Ddebug.c554 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dbudget.c367 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
383 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
434 ubifs_assert(c, req->new_ino <= 1); in ubifs_budget_space()
521 ubifs_assert(c, req->new_ino <= 1); in ubifs_release_budget()
H A Ddir.c288 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create()
357 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in do_tmpfile()
956 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mkdir()
1032 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod()
1120 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink()
H A Dubifs.h892 unsigned int new_ino:1; member
902 unsigned int new_ino; member
H A Dxattr.c87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
H A Ddebug.c550 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
H A Djfs_dtree.c4508 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument
4556 entry->inumber = cpu_to_le32(new_ino); in dtModify()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c8914 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local
8930 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange()
8935 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
8988 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
8997 new_ino, in btrfs_rename_exchange()
9041 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
9121 if (new_ino == BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange()