Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ino

31 errcode_t ext2fs_symlink(ext2_filsys fs, ext2_ino_t parent, ext2_ino_t ino,
63 retval = ext2fs_new_block2(fs, ext2fs_find_inode_goal(fs, ino,
74 if (!ino) {
76 0, &ino);
99 retval = ext2fs_write_new_inode(fs, ino, &inode);
102 retval = ext2fs_inline_data_set(fs, ino, &inode, block_buf,
109 retval = ext2fs_read_inode(fs, ino, &inode);
128 * operations using ino must come after it.
131 retval = ext2fs_write_inode(fs, ino, &inode);
133 retval = ext2fs_write_new_inode(fs, ino, &inode);
138 retval = ext2fs_bmap2(fs, ino, &inode, NULL, BMAP_SET, 0, NULL,
160 retval = ext2fs_link(fs, parent, name, ino, EXT2_FT_SYMLINK);
170 ext2fs_inode_alloc_stats2(fs, ino, +1, 0);