HomeSort by relevance Sort by last modified time
    Searched full:physblock (Results 1 - 5 of 5) sorted by null

  /external/e2fsprogs/lib/ext2fs/
fileio.c 30 blk64_t physblock; member in struct:ext2_file
137 if (!file->physblock) {
140 file->blockno, 0, &file->physblock);
145 retval = io_channel_write_blk64(fs->io, file->physblock, 1, file->buf);
180 * function basically only sets file->physblock and EXT2_FILE_BUF_VALID
191 &file->physblock);
195 if (file->physblock) {
197 file->physblock,
304 if (!file->physblock) {
309 &file->physblock);
    [all...]
  /prebuilts/android-emulator/linux-x86_64/bin/
mkfs.ext4 
tune2fs 
e2fsck 
fsck.ext4 

Completed in 77 milliseconds