Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ino

47 errcode_t ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t ino,
82 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino,
93 if (!ino) {
95 0, &ino);
116 retval = ext2fs_write_new_inode(fs, ino, &inode);
119 retval = ext2fs_inline_data_set(fs, ino, &inode, block_buf,
126 retval = ext2fs_read_inode(fs, ino, &inode);
145 * operations using ino must come after it.
148 retval = ext2fs_write_inode(fs, ino, &inode);
150 retval = ext2fs_write_new_inode(fs, ino, &inode);
155 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL,
177 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_SYMLINK);
187 ext2fs_inode_alloc_stats2(fs, ino, +1, 0);