HomeSort by relevance Sort by last modified time
    Searched refs:fsx (Results 1 - 14 of 14) sorted by null

  /external/ltp/testcases/network/nfs/fsx-linux/
fsx.sh 19 # PURPOSE: Runs the fsx-linux tool with a 50000 iterations setting to
34 tst_resm TINFO "starting fsx-linux -N $ITERATIONS..."
35 fsx-linux -N $ITERATIONS testfile 2>&1 > fsx-out.log
38 cat fsx-out.log
40 tst_resm TPASS "fsx-linux test passed"
Makefile 2 # network/nfs/fsx-linux testcases Makefile.
27 INSTALL_TARGETS := fsx.sh
  /external/e2fsprogs/lib/e2p/
fsetproject.c 49 struct fsxattr fsx;
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx);
59 fsx.fsx_projid = project;
60 r = ioctl (fd, FS_IOC_FSSETXATTR, &fsx);
fgetproject.c 49 struct fsxattr fsx;
54 r = ioctl (fd, FS_IOC_FSGETXATTR, &fsx);
56 *project = fsx.fsx_projid;
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsxtest02 35 $TCbin/fsx-linux -N $1 $TCtmp/testfile
fsxtest 39 fsx-linux -N $3 /testmount/testfile
  /external/autotest/client/tests/fsx/
fsx.py 10 class fsx(test.test): class in inherits:test.test
11 """Test to run fsx-linux."""
25 '0002-Enable-cross-compiling-for-fsx.patch',
28 utils.system('make fsx-linux')
36 utils.system(' '.join([os.path.join(self.srcdir,'/fsx-linux'),
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 127 GLfixed fsx; /* first sample point x coord */ member in struct:__anon28775
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
575 const GLfixed fsx = eLeft->fsx; /* no fractional part */ local
576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
583 fError = fx - fsx - FIXED_ONE;
584 fxLeftEdge = fsx - FIXED_EPSILON;
731 fxRightEdge = eRight->fsx - FIXED_EPSILON
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 481 struct struct_ext2_filsys fsx; local
486 memcpy(&fsx, ctx->fs, sizeof(fsx));
488 fsx.super = &superx;
489 ext2fs_set_feature_metadata_csum(fsx.super);
490 if (!ext2fs_superblock_csum_verify(&fsx, p) &&
493 ext2fs_superblock_csum_set(&fsx, p);
  /external/ltp/testscripts/
runEALtests.sh 199 # The fsx-linux tests use the SCRATCHDEV environment variable as a location
204 cat ${LTPROOT}/../runtest/fsx >> ${TMP}/alltests
  /external/e2fsprogs/debugfs/
journal.c 469 struct struct_ext2_filsys fsx; local
474 memcpy(&fsx, fs, sizeof(fsx));
476 fsx.super = &superx;
477 ext2fs_set_feature_metadata_csum(fsx.super);
478 if (!ext2fs_superblock_csum_verify(&fsx, p)) {
  /external/ltp/
runltplite.sh 284 # The fsx-linux tests use the SCRATCHDEV environment variable as a location
290 cat ${LTPROOT}/runtest/fsx >> ${TMP}/alltests ||
292 echo "FATAL: unable to create fsx-linux tests command file"
runltp 673 # The fsx-linux tests use the SCRATCHDEV environment variable as a location
679 cat ${LTPROOT}/runtest/fsx >> ${TMP}/alltests ||
681 echo "FATAL: unable to create fsx-linux tests command file"
    [all...]
  /external/ltp/android/
Android.ltp.mk     [all...]

Completed in 222 milliseconds