Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ino

54 	ext2_ino_t 		ino;
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino,
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino,
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
210 handle->ino = ino;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
549 retval = ext2fs_write_inode(handle->fs, handle->ino,
632 printf("goto extent ino %u, level %d, %llu\n", handle->ino,
782 printf("extent replace: %u ", handle->ino);
929 dgrp_t group = ext2fs_group_of_ino(handle->fs, handle->ino);
1033 retval = ext2fs_write_inode(handle->fs, handle->ino,
1063 printf("extent insert: %u ", handle->ino);
1163 printf("set_bmap ino %u log %lld phys %lld flags %d\n",
1164 handle->ino, logical, physical, flags);
1471 printf("extent delete %u ", handle->ino);
1507 retval = ext2fs_write_inode(handle->fs, handle->ino,