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

/linux-master/fs/ubifs/
H A Dbudget.c363 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) +
379 data_growth = req->new_ino ? c->bi.inode_budget : 0;
430 ubifs_assert(c, req->new_ino <= 1);
517 ubifs_assert(c, req->new_ino <= 1);
H A Ddir.c289 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
428 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
988 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
1065 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
1156 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
1399 wht_req.new_ino = 1;
H A Dxattr.c87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1,
H A Dubifs.h871 * @new_ino: non-zero if the operation adds a new inode
901 unsigned int new_ino:1; member in struct:ubifs_budget_req
911 unsigned int new_ino; member in struct:ubifs_budget_req
H A Ddebug.c586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n",
587 req->new_ino, req->dirtied_ino);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h41 xfs_ino_t *new_ino);
H A Dxfs_ialloc.c1760 xfs_ino_t *new_ino,
1799 *new_ino = ino;
1811 * locate it. The on-disk inode that is allocated will be returned in @new_ino
1820 xfs_ino_t *new_ino)
1909 *new_ino = ino;
1756 xfs_dialloc_try_ag( struct xfs_perag *pag, struct xfs_trans **tpp, xfs_ino_t parent, xfs_ino_t *new_ino, bool ok_alloc) argument
1816 xfs_dialloc( struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode, xfs_ino_t *new_ino) argument
/linux-master/fs/jfs/
H A Djfs_dtree.h253 ino_t * orig_ino, ino_t new_ino, int flag);
H A Djfs_dtree.c4206 * new_ino - New inode number to put into entry
4215 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag)
4263 entry->inumber = cpu_to_le32(new_ino);
4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) argument
/linux-master/fs/btrfs/
H A Dinode.c8816 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); local
8832 new_ino != BTRFS_FIRST_FREE_OBJECTID))
8850 new_ino == BTRFS_FIRST_FREE_OBJECTID)
8880 if (new_ino == BTRFS_FIRST_FREE_OBJECTID)
8924 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) {
8928 ret = btrfs_insert_inode_ref(trans, root, old_name, new_ino,
8968 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) {
9009 if (new_ino != BTRFS_FIRST_FREE_OBJECTID)
9016 if (new_ino != BTRFS_FIRST_FREE_OBJECTID)
9023 if (new_ino !
[all...]

Completed in 231 milliseconds