Home
last modified time | relevance | path

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

/linux/fs/ubifs/ !
H A Dbudget.c363 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
379 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
430 ubifs_assert(c, req->new_ino <= 1); in ubifs_budget_space()
517 ubifs_assert(c, req->new_ino <= 1); in ubifs_release_budget()
H A Ddir.c310 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create()
449 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_tmpfile()
1012 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mkdir()
1090 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod()
1182 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink()
1426 wht_req.new_ino = 1; in do_rename()
H A Dubifs.h889 unsigned int new_ino:1; member
899 unsigned int new_ino; member
H A Dxattr.c74 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
H A Ddebug.c587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
/linux/fs/xfs/libxfs/ !
H A Dxfs_ialloc.h43 xfs_ino_t *new_ino);
H A Dxfs_ialloc.c1799 xfs_ino_t *new_ino, in xfs_dialloc_try_ag() argument
1838 *new_ino = ino; in xfs_dialloc_try_ag()
1892 xfs_ino_t *new_ino) in xfs_dialloc() argument
1986 *new_ino = ino; in xfs_dialloc()
/linux/fs/jfs/ !
H A Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
H A Djfs_dtree.c4245 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument
4293 entry->inumber = cpu_to_le32(new_ino); in dtModify()
/linux/fs/btrfs/ !
H A Dinode.c8289 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local
8306 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange()
8324 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
8354 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
8398 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
8402 ret = btrfs_insert_inode_ref(trans, root, old_name, new_ino, in btrfs_rename_exchange()
8420 new_ino != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
8474 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
8535 if (new_ino == BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange()