/external/ltp/runtest/ |
D | ltp-aiodio.part3 | 4 FSX032 fsx-linux -l 500000 -r 4096 -t 4096 -w 4096 -N 10000 $TMPDIR/aiodio.$$/junkfile 5 FSX033 fsx-linux -l 500000 -r 4096 -t 2048 -w 2048 -N 10000 $TMPDIR/aiodio.$$/junkfile 6 FSX034 fsx-linux -l 500000 -r 4096 -N 10000 $TMPDIR/aiodio.$$/junkfile 7 FSX035 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 8 FSX036 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 9 FSX037 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 10 FSX038 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 11 FSX039 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 12 FSX040 fsx-linux -N 10000 -o 1024 $TMPDIR/aiodio.$$/junkfile 13 FSX041 fsx-linux -N 10000 -o 2048 $TMPDIR/aiodio.$$/junkfile [all …]
|
D | fsx | 1 #DESCRIPTION:fsx filesystem stress tests 2 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000 3 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000 4 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000 5 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000 6 #fsx-xfs fsxtest $SCRATCHDEV xfs 10000 7 #fsx-reiserfs fsxtest $SCRATCHDEV reiserfs 10000
|
D | stress.part1 | 44 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000 45 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000 46 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000 47 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000 48 #fsx-xfs fsxtest $SCRATCHDEV xfs 10000 49 #fsx-reiserfs fsxtest $SCRATCHDEV reiserfs 10000 204 nfsx-linux export VERSION=2 SOCKET_TYPE=udp; export TCbin=$LTPROOT/testcases/bin; fsx.sh 205 nfsx-linux export VERSION=2 SOCKET_TYPE=tcp; export TCbin=$LTPROOT/testcases/bin; fsx.sh 206 nfsx-linux export VERSION=3 SOCKET_TYPE=udp; export TCbin=$LTPROOT/testcases/bin; fsx.sh 207 nfsx-linux export VERSION=3 SOCKET_TYPE=tcp; export TCbin=$LTPROOT/testcases/bin; fsx.sh
|
D | ltplite | 17 #DESCRIPTION:fsx filesystem stress tests 18 fsx-linux export TCbin=$LTPROOT/testcases/bin;fsxtest02 10000 19 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000 20 #fsx-ext3 fsxtest $SCRATCHDEV ext3 10000 21 #fsx-jfs fsxtest $SCRATCHDEV jfs 10000 22 #fsx-xfs fsxtest $SCRATCHDEV xfs 10000 23 #fsx-reiserfs fsxtest $SCRATCHDEV reiserfs 10000
|
/external/autotest/client/tests/fsx/ |
D | 0003-Fix-Link-Options.patch | 14 fsx-linux: fsx-linux.o 15 - $(CC) $(LDFLAGS) -laio fsx-linux.o -o fsx-linux 16 + $(CC) ${CFLAGS} $(LDFLAGS) fsx-linux.o -o fsx-linux -laio
|
D | 0001-Minor-fixes-to-PAGE_SIZE-handling.patch | 8 fsx-linux.c | 10 +++++++--- 11 diff --git a/fsx-linux.c b/fsx-linux.c 13 --- a/fsx-linux.c 14 +++ b/fsx-linux.c
|
D | control | 2 NAME = "fsx" 10 job.run_test('fsx')
|
D | 0002-Enable-cross-compiling-for-fsx.patch | 4 Subject: [PATCH 2/2] Enable cross compiling for fsx
|
D | fsx.py | 10 class fsx(test.test): class
|
/external/e2fsprogs/lib/e2p/ |
D | fsetproject.c | 49 struct fsxattr fsx; in fsetproject() 54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fsetproject() 59 fsx.fsx_projid = project; in fsetproject() 60 r = ioctl (fd, FS_IOC_FSSETXATTR, &fsx); in fsetproject()
|
D | fgetproject.c | 49 struct fsxattr fsx; in fgetproject() 54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject() 56 *project = fsx.fsx_projid; in fgetproject()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 122 GLfixed fsx; /* first sample point x coord */ in NAME() member 258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME() 271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME() 281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME() 570 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME() local 571 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ in NAME() 578 fError = fx - fsx - FIXED_ONE; in NAME() 579 fxLeftEdge = fsx - FIXED_EPSILON; in NAME() 726 fxRightEdge = eRight->fsx - FIXED_EPSILON; in NAME()
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | .gitignore | 1 /fsx-linux
|
D | fsxtest | 39 fsx-linux -N $3 /testmount/testfile
|
D | fsxtest02 | 35 $TCbin/fsx-linux -N $1 $TCtmp/testfile
|
/external/ltp/testcases/network/nfs/fsx-linux/ |
D | Makefile | 27 INSTALL_TARGETS := fsx.sh
|
/external/e2fsprogs/debugfs/ |
D | journal.c | 469 struct struct_ext2_filsys fsx; in ext2fs_get_journal() local 474 memcpy(&fsx, fs, sizeof(fsx)); in ext2fs_get_journal() 476 fsx.super = &superx; in ext2fs_get_journal() 477 ext2fs_set_feature_metadata_csum(fsx.super); in ext2fs_get_journal() 478 if (!ext2fs_superblock_csum_verify(&fsx, p)) { in ext2fs_get_journal()
|
/external/fio/examples/ |
D | fsx.fio | 1 ; This job file works pretty works similarly to running fsx-linux
|
/external/ltp/scenario_groups/ |
D | vts | 15 fsx
|
D | default | 4 fsx
|
/external/e2fsprogs/e2fsck/ |
D | journal.c | 481 struct struct_ext2_filsys fsx; in e2fsck_get_journal() local 486 memcpy(&fsx, ctx->fs, sizeof(fsx)); in e2fsck_get_journal() 488 fsx.super = &superx; in e2fsck_get_journal() 489 ext2fs_set_feature_metadata_csum(fsx.super); in e2fsck_get_journal() 490 if (!ext2fs_superblock_csum_verify(&fsx, p) && in e2fsck_get_journal() 493 ext2fs_superblock_csum_set(&fsx, p); in e2fsck_get_journal()
|
/external/autotest/utils/ |
D | site_whitelist_tests | 4 /usr/local/autotest/client/tests/fsx/control
|
/external/autotest/client/samples/ |
D | filesystem | 17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
|
D | control.fs | 23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
|
/external/ltp/doc/ |
D | ltp-run-files.txt | 7 - fsx
|