Home | History | Annotate | Download | only in misc

Lines Matching refs:newfile

619 	ext2_ino_t	newfile;
635 retval = ext2fs_namei(fs, root, cwd, dest, &newfile);
641 retval = ext2fs_new_inode(fs, cwd, 010755, 0, &newfile);
645 printf("Allocated inode: %u\n", newfile);
647 retval = ext2fs_link(fs, cwd, dest, newfile,
653 retval = ext2fs_link(fs, cwd, dest, newfile,
658 if (ext2fs_test_inode_bitmap2(fs->inode_map, newfile))
660 ext2fs_inode_alloc_stats2(fs, newfile, +1, 0);
675 retval = ext2fs_extent_open2(fs, newfile, &inode, &handle);
681 newfile, &inode);
685 retval = ext2fs_inline_data_init(fs, newfile);
690 retval = copy_file(fs, fd, &statbuf, newfile);