Searched refs:newino (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
H A D | 0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch | 88 +int ext_construct_sectmap_fs(ext2_filsys fs, ext2_ino_t newino, 100 + ext2_ino_t newino; 107 + retval = ext2fs_namei(e2fs, root, cwd, filename, &newino); 109 + retval = ext2fs_unlink(e2fs, cwd, filename, newino, 0); 117 + retval = ext2fs_new_inode(e2fs, cwd, 010755, 0, &newino); 125 + retval = ext2fs_link(e2fs, cwd, filename, newino, EXT2_FT_REG_FILE); 132 + if (ext2fs_test_inode_bitmap2(e2fs->inode_map, newino)) 136 + ext2fs_inode_alloc_stats2(e2fs, newino, +1, 0); 158 + retval = ext2fs_write_new_inode(e2fs, newino, &inode); 161 + program, newino); [all …]
|
H A D | 0005-linux-syslinux-implement-handle_adv_on_ext.patch | 29 + ext2_ino_t newino; 36 + retval = ext2fs_namei(e2fs, root, cwd, filename, &newino); 44 + retval = ext2fs_file_open(e2fs, newino, EXT2_FLAG_RW, &e2_file); 51 + retval = ext2fs_read_inode(e2fs, newino, &inode); 54 + program, newino, filename);
|
H A D | 0007-linux-syslinux-implement-ext_construct_sectmap_fs.patch | 39 int ext_construct_sectmap_fs(ext2_filsys fs, ext2_ino_t newino, 51 + retval = ext2fs_block_iterate3(fs, newino, BLOCK_FLAG_READ_ONLY, 63 + retval = ext2fs_bmap2(fs, newino, 0, 0, 0, blk, 0, &pblk);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.c | 201 xfs_agino_t newino, in xfs_inobt_insert() argument 212 for (thisino = newino; in xfs_inobt_insert() 213 thisino < newino + newlen; in xfs_inobt_insert() 644 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() local 684 newino = be32_to_cpu(agi->agi_newino); in xfs_ialloc_ag_alloc() 685 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc() 689 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc() 836 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc() 842 xfs_align_sparse_ino(args.mp, &newino, &allocmask); in xfs_ialloc_ag_alloc() 844 rec.ir_startino = newino; in xfs_ialloc_ag_alloc() [all …]
|
/openbmc/linux/fs/ |
H A D | libfs.c | 804 struct inode *newino = d_inode(new_dentry); in simple_rename_timestamp() local 811 if (newino) in simple_rename_timestamp() 812 inode_set_ctime_current(newino); in simple_rename_timestamp()
|
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 130 struct inode *newino) in ceph_get_inode() argument 137 if (newino) { in ceph_get_inode() 138 inode = inode_insert5(newino, (unsigned long)vino.ino, in ceph_get_inode() 140 if (inode != newino) in ceph_get_inode() 141 iput(newino); in ceph_get_inode()
|
H A D | file.c | 895 struct inode *newino = d_inode(dentry); in ceph_atomic_open() local 897 cache_file_layout(dir, newino); in ceph_atomic_open() 898 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
|
H A D | super.h | 1034 struct inode *newino);
|