Home
last modified time | relevance | path

Searched refs:fsblk (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
De2undo.c75 __le64 fsblk; /* where in the fs does the block go */ member
89 blk64_t fsblk; member
211 return ka->fsblk - kb->fsblk; in key_compare()
536 ikey->fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in main()
547 tdb_file, ikey->fsblk); in main()
572 ikey->fsblk, ikey->fileblk); in main()
602 ikey->size, ikey->fileblk, ikey->fsblk); in main()
605 retval = io_channel_write_blk64(channel, ikey->fsblk, in main()
609 _("while writing block %llu."), ikey->fsblk); in main()
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c109 __le64 fsblk; /* where in the fs does the block go */ member
437 (ext2fs_le64_to_cpu(key->fsblk) * channel->block_size + in undo_write_tdb()
450 key->fsblk = ext2fs_cpu_to_le64(backing_blk_num); in undo_write_tdb()
648 blk64_t fsblk = ext2fs_le64_to_cpu(dkey->fsblk); in try_reopen_undo_file() local
649 blk64_t undo_blk = fsblk * fs_blocksize / blocksize; in try_reopen_undo_file()