Searched refs:ext2_get_inode_offset (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h161 off_t ext2_get_inode_offset (struct ext2_fs *fs, ino_t inode, blk_t *block);
H A Dext2.c261 off_t ext2_get_inode_offset(struct ext2_fs *fs, ino_t inode, blk_t *block) function
302 off = ext2_get_inode_offset(fs, inode, &blk);
527 off = ext2_get_inode_offset(fs, inode, &blk);
H A Dext2_block_relocator.c321 inodeoffset = ext2_get_inode_offset(fs, inode, &inodeblock);

Completed in 165 milliseconds