/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | budget.c | 366 znodes = req->new_ino + (req->new_page << UBIFS_BLOCKS_PER_PAGE_SHIFT) + in calc_idx_growth() 382 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth() 433 ubifs_assert(c, req->new_ino <= 1); in ubifs_budget_space() 520 ubifs_assert(c, req->new_ino <= 1); in ubifs_release_budget()
|
H A D | dir.c | 287 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create() 430 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_tmpfile() 984 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mkdir() 1060 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod() 1150 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink() 1393 wht_req.new_ino = 1; in do_rename()
|
H A D | ubifs.h | 862 * @new_ino: non-zero if the operation adds a new inode 892 unsigned int new_ino:1; member 902 unsigned int new_ino; member
|
H A D | xattr.c | 87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
|
H A D | debug.c | 586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n", in ubifs_dump_budget_req() 587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | budget.c | 363 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 D | dir.c | 290 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_create() 428 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_tmpfile() 983 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mkdir() 1059 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_mknod() 1147 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in ubifs_symlink() 1389 wht_req.new_ino = 1; in do_rename()
|
H A D | ubifs.h | 871 * @new_ino: non-zero if the operation adds a new inode 901 unsigned int new_ino:1; member 911 unsigned int new_ino; member
|
H A D | xattr.c | 87 struct ubifs_budget_req req = { .new_ino = 1, .new_dent = 1, in create_xattr()
|
H A D | debug.c | 586 pr_err("Budgeting request: new_ino %d, dirtied_ino %d\n", in ubifs_dump_budget_req() 587 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
H A D | jfs_dtree.c | 4504 * new_ino - New inode number to put into entry 4513 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() 4561 entry->inumber = cpu_to_le32(new_ino); in dtModify() 4512 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify() argument
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dtree.h | 253 ino_t * orig_ino, ino_t new_ino, int flag);
|
H A D | jfs_dtree.c | 4206 * new_ino - New inode number to put into entry 4215 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify() 4263 entry->inumber = cpu_to_le32(new_ino); in dtModify() 4214 dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) dtModify() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 41 xfs_ino_t *new_ino);
|
H A D | xfs_ialloc.c | 1679 xfs_ino_t *new_ino, in xfs_dialloc_try_ag() 1718 *new_ino = ino; in xfs_dialloc_try_ag() 1730 * locate it. The on-disk inode that is allocated will be returned in @new_ino 1739 xfs_ino_t *new_ino) in xfs_dialloc() 1828 *new_ino = ino; in xfs_dialloc() 1675 xfs_dialloc_try_ag( struct xfs_perag *pag, struct xfs_trans **tpp, xfs_ino_t parent, xfs_ino_t *new_ino, bool ok_alloc) xfs_dialloc_try_ag() argument 1735 xfs_dialloc( struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode, xfs_ino_t *new_ino) xfs_dialloc() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | inode.c | 8708 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local 8724 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange() 8742 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8772 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8816 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 8820 ret = btrfs_insert_inode_ref(trans, root, old_name, new_ino, in btrfs_rename_exchange() 8860 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 8901 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8908 if (new_ino != BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8915 if (new_ino ! in btrfs_rename_exchange() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 8911 u64 new_ino = btrfs_ino(BTRFS_I(new_inode)); in btrfs_rename_exchange() local 8927 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange() 8932 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8985 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 8994 new_ino, in btrfs_rename_exchange() 9038 if (new_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() 9118 if (new_ino == BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange()
|