Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ubifs/
Dbudget.c364 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth()
380 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
431 ubifs_assert(c, req->new_ino <= 1); in ubifs_budget_space()
518 ubifs_assert(c, req->new_ino <= 1); in ubifs_release_budget()
Ddir.c291 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create()
435 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_tmpfile()
989 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mkdir()
1065 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod()
1153 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink()
1392 wht_req.new_ino = 1; in do_rename()
Dubifs.h901 unsigned int new_ino:1; member
911 unsigned int new_ino; member
Dxattr.c87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
Ddebug.c587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ialloc.h40 xfs_ino_t *new_ino);
Dxfs_ialloc.c1671 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-v6.1/fs/jfs/
Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
Djfs_dtree.c4210 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() argument
4258 entry->inumber = cpu_to_le32(new_ino); in dtModify()
/Linux-v6.1/fs/btrfs/
Dinode.c9010 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local
9024 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange()
9029 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
9059 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
9106 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
9113 new_ino, in btrfs_rename_exchange()
9160 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange()
9205 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
9212 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
9219 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange()
[all …]