HomeSort by relevance Sort by last modified time
    Searched full:ext3 (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/autotest/client/tests/bash_shared_mapping/
ext3-tools.tar.gz 
makefile.patch 1 --- ext3-tools/Makefile.orig 2011-02-07 15:52:18.000000000 -0800
2 +++ ext3-tools/Makefile 2011-02-07 15:52:23.000000000 -0800
  /external/autotest/client/tests/fsx/
ext3-tools.tar.gz 
fsx.py 18 # http://www.zip.com.au/~akpm/linux/patches/stuff/ext3-tools.tar.gz
19 def setup(self, tarball = 'ext3-tools.tar.gz'):
  /external/autotest/client/tests/fsstress/
ext3-tools.tar.gz 
makefile.patch 1 --- ext3-tools/Makefile.orig 2011-02-07 15:52:18.000000000 -0800
2 +++ ext3-tools/Makefile 2011-02-07 15:52:23.000000000 -0800
fsstress-ltp.patch 1 diff -Naur ext3-tools/fsstress.c ext3-tools.new/fsstress.c
2 --- ext3-tools/fsstress.c 2004-05-17 04:49:53.000000000 -0300
3 +++ ext3-tools.new/fsstress.c 2007-07-16 14:26:20.000000000 -0300
fsstress.py 12 # http://www.zip.com.au/~akpm/linux/patches/stuff/ext3-tools.tar.gz
13 def setup(self, tarball = 'ext3-tools.tar.gz'):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
data-reloc.s 5 .globl ext3
11 .byte ext3
12 .byte ext3 + 1
data-reloc.d 12 0+0c R_C6000_ABS8 +ext3
13 0+0d R_C6000_ABS8 +ext3\+0x0+01
insns-c674x-pcrel.s 6 .globl ext3
32 b .S2 ext3+4
50 call .S2 ext3+4
68 bdec .S2 ext3+4,b2
86 bpos .S2 ext3+4,b2
104 bnop .S2 ext3+4,0
122 callnop .S2 ext3+4,0
140 callp .S2 ext3+4,b3
158 callret .S2 ext3+4
176 ret .S2 ext3+
    [all...]
  /external/e2fsprogs/lib/blkid/tests/
ext3.results 1 TYPE='ext3'
2 LABEL='test-ext3'
  /external/autotest/client/site_tests/platform_CrosDisksFilesystem/
ext3_tests 3 "description": "ext3 filesystem with label (read)",
6 "filesystem_type": "ext3",
13 "description": "ext3 filesystem with UUID (read)",
16 "filesystem_type": "ext3",
23 "description": "ext3 filesystem (write)",
27 "filesystem_type": "ext3",
  /external/autotest/client/samples/
filesystem 11 # (different mount options for ext3)
24 for fstype in ('ext2', 'ext3', 'jfs', 'xfs', 'reiserfs'):
control.fs_options 23 ('ext3', '-o data=writeback', 'ext3writeback'),
24 ('ext3', '-o data=ordered', 'ext3ordered'),
25 ('ext3', '-o data=journal', 'ext3journal'),
  /external/e2fsprogs/
e2fsprogs.lsm 5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
README.subset 6 libraries for GNOME, but who do not need the ext2/ext3 filesystem
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
28 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_badjourblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
26 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
24 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 10 ext3 = {
e2label.8.in 7 e2label \- Change the label on an ext2/ext3/ext4 filesystem
16 will display or change the filesystem label on the ext2, ext3, or ext4
e2undo.8.in 7 e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem
18 for an ext2/ext3/ext4 filesystem found on
  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.cil 19 ;(fsuse xattr ext3 con)
20 ;(fsuse xattr ext3 con_anon_l)
  /external/autotest/client/virt/tests/
lvm.py 7 error.context("mounting ext3 filesystem made on logical volume %s" %
15 error.context("umounting ext3 filesystem made on logical volume %s" %
59 error.context("creating ext3 filesystem on logical volume %s" % lv_name)
60 session.cmd("yes | mkfs.ext3 %s" % lv_path, timeout=int(timeout))
66 error.context("checking ext3 filesystem made on logical volume %s" %

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 910