Home
last modified time | relevance | path

Searched refs:jfs (Results 1 – 15 of 15) sorted by relevance

/third_party/ltp/testscripts/
Dltp-aiodio.sh38 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/
DREADME19 # 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/
Dtest.sh78 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/
Djfs.results1 TYPE='jfs'
2 LABEL='test-jfs'
/third_party/ltp/runtest/
Dfsx5 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dltpfs.part73 bfs701 ltpfstest /test/growfiles/jfs
/third_party/e2fsprogs/misc/
Dtune2fs.c208 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 …]
Dmke2fs.c1921 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/
Dtest_robind.sh57 usage: $0 -c command [ext3,ext2,jfs,xfs,reiserfs,ramfs]
/third_party/ltp/testcases/kernel/fs/fs_maim/
DREADME35 Use: maimparts <device like hda, sda, etc.> <iterations> <fstype like jfs, ext3, etc>
/third_party/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod_readme.txt34 of a jfs stress test suite for AIX. The command to execute the script
/third_party/e2fsprogs/doc/RelNotes/
Dv1.33.txt21 it can not find filesystem checkers for jfs, reseirfs, and xfs.
/third_party/gettext/
DTHANKS167 Javier Fernández-Sanguino Peña jfs@computer.org
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf1682 fs_use_xattr jfs system_u:object_r:fs_t:s0;
/third_party/gettext/gettext-tools/misc/
DChangeLog.01040 Reported by Javier Fernández-Sanguino Peña <jfs@computer.org>.