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 D | ext2.h | 161 off_t ext2_get_inode_offset (struct ext2_fs *fs, ino_t inode, blk_t *block);
|
H A D | ext2.c | 261 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 D | ext2_block_relocator.c | 321 inodeoffset = ext2_get_inode_offset(fs, inode, &inodeblock);
|
Completed in 18 milliseconds