Searched refs:jfs (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 38 jfs=0 71 j) jfs=$OPTARG;; 95 jfs="1" 115 if [ -n "$jfs" ]; then 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" ]; then 170 mkfs.jfs $part2 <testscripts/yesenter.txt 171 mount -t jfs $part2 $TMP/aiodio2 [all …]
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
D | README | 19 # mount -t jfs /dev/hdc1 /jfs 20 # cd /jfs 21 # ~/fs-bench/test.sh 2>&1 | tee ~/fs-bench/jfs-test
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | test.sh | 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 …
|
/third_party/e2fsprogs/lib/blkid/tests/ |
D | jfs.results | 1 TYPE='jfs' 2 LABEL='test-jfs'
|
/third_party/ltp/runtest/ |
D | fsx | 5 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfs.part7 | 3 bfs701 ltpfstest /test/growfiles/jfs
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 208 static int get_journal_sb(ext2_filsys jfs, char buf[SUPERBLOCK_SIZE]) in get_journal_sb() argument 213 if (!ext2fs_has_feature_journal_dev(jfs->super)) { in get_journal_sb() 218 if ((retval = io_channel_read_blk64(jfs->io, in get_journal_sb() 219 ext2fs_journal_sb_start(jfs->blocksize), -SUPERBLOCK_SIZE, buf))) { in get_journal_sb() 253 ext2_filsys jfs; in remove_journal_device() local 283 fs->blocksize, io_ptr, &jfs); in remove_journal_device() 290 if ((retval = get_journal_sb(jfs, buf))) { in remove_journal_device() 319 retval = io_channel_write_blk64(jfs->io, in remove_journal_device() 1558 ext2_filsys jfs; in add_journal() local 1579 fs->blocksize, io_ptr, &jfs); in add_journal() [all …]
|
D | mke2fs.c | 1921 ext2_filsys jfs; in PRS() local 1933 0, io_ptr, &jfs); in PRS() 1940 if ((blocksize < 0) && (jfs->blocksize < (unsigned) (-blocksize))) { in PRS() 1943 "minimum blocksize %d\n"), jfs->blocksize, in PRS() 1947 blocksize = jfs->blocksize; in PRS() 1951 ext2fs_close_free(&jfs); in PRS() 3389 ext2_filsys jfs; in main() local 3398 fs->blocksize, unix_io_manager, &jfs); in main() 3410 retval = ext2fs_add_journal_device(fs, jfs); in main() 3419 ext2fs_close_free(&jfs); in main()
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 57 usage: $0 -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs]
|
/third_party/ltp/testcases/kernel/fs/fs_maim/ |
D | README | 35 Use: maimparts <device like hda, sda, etc.> <iterations> <fstype like jfs, ext3, etc>
|
/third_party/ltp/testcases/kernel/fs/fs_inod/ |
D | fs_inod_readme.txt | 34 of a jfs stress test suite for AIX. The command to execute the script
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.33.txt | 21 it can not find filesystem checkers for jfs, reseirfs, and xfs.
|
/third_party/gettext/ |
D | THANKS | 167 Javier Fernández-Sanguino Peña jfs@computer.org
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 1682 fs_use_xattr jfs system_u:object_r:fs_t:s0;
|
/third_party/gettext/gettext-tools/misc/ |
D | ChangeLog.0 | 1040 Reported by Javier Fernández-Sanguino Peña <jfs@computer.org>.
|