Searched refs:new_ino (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ubifs/ |
A D | budget.c | 367 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()
|
A D | dir.c | 288 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() 952 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1 }; in ubifs_mkdir() 1027 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod() 1115 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink()
|
A D | ubifs.h | 892 unsigned int new_ino:1; member 902 unsigned int new_ino; member
|
A D | xattr.c | 87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
|
A D | debug.c | 587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_ialloc.h | 40 xfs_ino_t *new_ino);
|
A D | xfs_ialloc.c | 1671 xfs_ino_t *new_ino, in xfs_dialloc_try_ag() argument 1710 *new_ino = ino; in xfs_dialloc_try_ag() 1731 xfs_ino_t *new_ino) in xfs_dialloc() argument 1803 *new_ino = ino; in xfs_dialloc()
|
/linux/fs/jfs/ |
A D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
A D | jfs_dtree.c | 4508 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()
|
/linux/fs/btrfs/ |
A D | inode.c | 9332 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local 9348 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange() 9353 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 9407 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9414 new_ino, in btrfs_rename_exchange() 9459 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9481 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9560 if (new_ino == BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange()
|
Completed in 56 milliseconds