Searched refs:newino (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/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);
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 175 xfs_agino_t newino, in xfs_inobt_insert() argument 188 for (thisino = newino; in xfs_inobt_insert() 189 thisino < newino + newlen; in xfs_inobt_insert() 622 xfs_agino_t newino; /* new first inode's number */ in xfs_ialloc_ag_alloc() local 662 newino = be32_to_cpu(agi->agi_newino); in xfs_ialloc_ag_alloc() 664 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc() 668 if (likely(newino != NULLAGINO && in xfs_ialloc_ag_alloc() 821 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc() 827 xfs_align_sparse_ino(args.mp, &newino, &allocmask); in xfs_ialloc_ag_alloc() 829 rec.ir_startino = newino; in xfs_ialloc_ag_alloc() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | file.c | 803 struct inode *newino = d_inode(dentry); in ceph_atomic_open() local 805 cache_file_layout(dir, newino); in ceph_atomic_open() 806 ceph_init_inode_acls(newino, &as_ctx); in ceph_atomic_open()
|