Searched refs:jfs (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/fs/mongo/
H A Dtest.sh6 #Real time etc on reiserfile system and jfs filesystem.
72 #To run on jfs file system type
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
/external/ltp/testcases/kernel/fs/fs_maim/
H A Dpartbeat25 # 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/
H A Dltp-aiodio.sh38 jfs=0
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" ]; then
170 mkfs.jfs
[all...]
H A Dltpfslvm.sh104 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
/external/e2fsprogs/misc/
H A Dtune2fs.c198 static int get_journal_sb(ext2_filsys jfs, char buf[SUPERBLOCK_SIZE]) argument
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
1425 fs->blocksize, io_ptr, &jfs);
2674 ext2_filsys jfs; local
[all...]
H A Dmke2fs.c1830 ext2_filsys jfs; local
1842 0, io_ptr, &jfs);
1849 if ((blocksize < 0) && (jfs->blocksize < (unsigned) (-blocksize))) {
1852 "minimum blocksize %d\n"), jfs->blocksize,
1856 blocksize = jfs->blocksize;
1860 ext2fs_close_free(&jfs);
3121 ext2_filsys jfs; local
3130 fs->blocksize, unix_io_manager, &jfs);
3142 retval = ext2fs_add_journal_device(fs, jfs);
3151 ext2fs_close_free(&jfs);
[all...]
/external/ltp/testcases/kernel/fs/fs_readonly/
H A Dtest_robind.sh26 # 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/
H A Drefpolicy-base.conf1682 fs_use_xattr jfs system_u:object_r:fs_t:s0;

Completed in 300 milliseconds