Home
last modified time | relevance | path

Searched refs:fsx (Results 1 – 25 of 34) sorted by relevance

12

/external/ltp/runtest/
Dltp-aiodio.part34 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 …]
Dfsx1 #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
Dnet.nfs77 nfsx3 fsx.sh -v 3 -t udp
78 nfsx3t fsx.sh -v 3 -t tcp
79 nfsx4 fsx.sh -v 4 -t tcp
80 nfsx41 fsx.sh -v 4.1 -t tcp
81 nfsx42 fsx.sh -v 4.2 -t tcp
82 nfsx3_ipv6 fsx.sh -6 -v 3 -t udp
83 nfsx3t_ipv6 fsx.sh -6 -v 3 -t tcp
84 nfsx4_ipv6 fsx.sh -6 -v 4 -t tcp
85 nfsx41_ipv6 fsx.sh -6 -v 4.1 -t tcp
86 nfsx42_ipv6 fsx.sh -6 -v 4.2 -t tcp
Dstress.part144 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
/external/autotest/client/tests/fsx/
D0003-Fix-Link-Options.patch14 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
D0001-Minor-fixes-to-PAGE_SIZE-handling.patch8 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
Dcontrol2 NAME = "fsx"
10 job.run_test('fsx')
D0002-Enable-cross-compiling-for-fsx.patch4 Subject: [PATCH 2/2] Enable cross compiling for fsx
Dfsx.py10 class fsx(test.test): class
/external/e2fsprogs/lib/e2p/
Dfsetproject.c49 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()
Dfgetproject.c49 struct fsxattr fsx; in fgetproject()
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx); in fgetproject()
56 *project = fsx.fsx_projid; in fgetproject()
/external/ltp/testcases/network/nfs/fsx-linux/
Dfsx.sh35 fsx-linux -N $ITERATIONS testfile 2>&1 > fsx-out.log
38 cat fsx-out.log
DMakefile27 INSTALL_TARGETS := fsx.sh
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h127 GLfixed fsx; /* first sample point x coord */ in NAME() member
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME()
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME()
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME()
575 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME() local
576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ in NAME()
583 fError = fx - fsx - FIXED_ONE; in NAME()
584 fxLeftEdge = fsx - FIXED_EPSILON; in NAME()
731 fxRightEdge = eRight->fsx - FIXED_EPSILON; in NAME()
/external/ltp/testcases/kernel/fs/fsx-linux/
D.gitignore1 /fsx-linux
Dfsxtest39 fsx-linux -N $3 /testmount/testfile
Dfsxtest0235 $TCbin/fsx-linux -N $1 $TCtmp/testfile
/external/fio/examples/
Dfsx.fio1 ; This job file works pretty works similarly to running fsx-linux
/external/ltp/scenario_groups/
Dvts15 fsx
Ddefault4 fsx
/external/e2fsprogs/debugfs/
Djournal.c469 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/e2fsprogs/e2fsck/
Djournal.c481 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/
Dsite_whitelist_tests4 /usr/local/autotest/client/tests/fsx/control
/external/autotest/client/samples/
Dfilesystem17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
Dcontrol.fs23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)

12