HomeSort by relevance Sort by last modified time
    Searched refs:jfs (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/fs/mongo/
test.sh 6 #Real time etc on reiserfile system and jfs filesystem.
72 #To run on jfs file system type
73 JFS()
76 echo "performing mongo on jfs file system"
78 dd if=/dev/zero of=jfs bs=8k count=10240 > /dev/null 2>&1
79 losetup /dev/loop0 jfs
80 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=jfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/jfslog
97 echo -ne "TEST ON JFS[y/N]: "
101 y|Y) JFS
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
jscond_insn.s 39 .global jfs
40 jfs: label
41 jfs r9 label
jscond_insn.d 33 00000010 <jfs>:
34 10: 89 ba jfs r9
  /external/ltp/testcases/kernel/fs/fs_maim/
partbeat 25 # of the test you would like to run and the filesystem type to use (jfs or ext2 for now).
35 if ($fstype =~ /jfs\b/i) {
36 $tmp = `mkfs.jfs -f $target`;
  /external/ltp/testscripts/
ltp-aiodio.sh 38 jfs=0
45 -j = test JFS filesystem
71 j) jfs=$OPTARG;;
95 jfs="1"
115 if [ -n "$jfs" ]; then
116 echo "** testing jfs **"
152 elif [ "$runExtendedStress" -eq 1 -a -n "$jfs" ]; then
153 mkfs.jfs $part2 <testscripts/yesenter.txt
154 mount -t jfs $part2 $TMP/aiodio2
169 if [ "$runExtendedStress" -eq 1 -a -n "$jfs" ]; the
    [all...]
ltpfslvm.sh 104 mkdir /test/growfiles/jfs >/dev/null 2>&1
185 mkfs -V -t jfs /dev/$part1 <yesenter.txt
188 mount -v -t jfs /dev/hdc1 /test/growfiles/jfs
190 echo "************ Running EXT3 & JFS tests... "
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
jcc_test.s 14 jfs (r8,r7)
jcc_test.d 17 e: 87 0a jfs \(r8,r7\)
  /external/e2fsprogs/misc/
tune2fs.c 198 static int get_journal_sb(ext2_filsys jfs, char buf[SUPERBLOCK_SIZE])
203 if (!ext2fs_has_feature_journal_dev(jfs->super)) {
208 if ((retval = io_channel_read_blk64(jfs->io,
209 ext2fs_journal_sb_start(jfs->blocksize), -SUPERBLOCK_SIZE, buf))) {
243 ext2_filsys jfs; local
273 fs->blocksize, io_ptr, &jfs);
280 if ((retval = get_journal_sb(jfs, buf))) {
303 retval = io_channel_write_blk64(jfs->io,
1404 ext2_filsys jfs; local
2674 ext2_filsys jfs; local
    [all...]
mke2fs.c 1846 ext2_filsys jfs; local
3148 ext2_filsys jfs; local
    [all...]
  /external/ltp/testcases/kernel/fs/fs_readonly/
test_robind.sh 26 # For filesystem, like ext2, ext3, reiserfs, jfs & xfs,
57 usage: $0 -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs]
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 3412 milliseconds