Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ino

97 				   ext2_ino_t ino,
364 err = ext2fs_map_cluster_block(fs, ino, inode,
435 err = ext2fs_map_cluster_block(fs, ino, inode,
500 err = ext2fs_map_cluster_block(fs, ino, inode, newex.e_lblk,
552 err = ext2fs_map_cluster_block(fs, ino, inode, newex.e_lblk,
668 static errcode_t extent_fallocate(ext2_filsys fs, int flags, ext2_ino_t ino,
680 err = ext2fs_extent_open2(fs, ino, inode, &handle);
699 goal = ext2fs_find_inode_goal(fs, ino, inode, start);
703 err = ext_falloc_helper(fs, flags, ino, inode, handle, NULL,
714 err = ext_falloc_helper(fs, flags, ino, inode, handle, NULL,
733 dbg_printf("%s: ino=%d get next =%d\n", __func__, ino,
757 dbg_printf("%s: ino=%d rstart=%llu rend=%llu\n", __func__, ino,
762 err = ext_falloc_helper(fs, flags, ino, inode, handle,
803 errcode_t ext2fs_fallocate(ext2_filsys fs, int flags, ext2_ino_t ino,
823 err = ext2fs_read_inode(fs, ino, &inode_buf);
828 dbg_printf("%s: ino=%d start=%llu len=%llu goal=%llu\n", __func__, ino,
832 err = extent_fallocate(fs, flags, ino, inode, goal, start, len);
838 err = ext2fs_bmap2(fs, ino, inode, NULL, 0, blk, 0, &x);
844 err = ext2fs_bmap2(fs, ino, inode, NULL,
853 ext2fs_write_inode(fs, ino, inode);