Searched refs:new_ino (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | budget.c | 379 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth() 395 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth() 446 ubifs_assert(c, req->new_ino <= 1); in ubifs_budget_space() 533 ubifs_assert(c, req->new_ino <= 1); in ubifs_release_budget()
|
D | dir.c | 298 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create() 367 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1}; in do_tmpfile() 965 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1 }; in ubifs_mkdir() 1040 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod() 1128 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink()
|
D | ubifs.h | 882 unsigned int new_ino:1; member 892 unsigned int new_ino; member
|
D | xattr.c | 105 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
|
D | debug.c | 556 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_dtree.h | 266 ino_t * orig_ino, ino_t new_ino, int flag);
|
D | jfs_dtree.c | 4521 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument 4569 entry->inumber = cpu_to_le32(new_ino); in dtModify()
|
/Linux-v4.19/fs/btrfs/ |
D | inode.c | 9376 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local 9399 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 9448 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9457 new_ino, in btrfs_rename_exchange() 9501 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9618 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
|