Searched refs:fsx (Results 1 – 16 of 16) sorted by relevance
/third_party/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 | net.nfs | 88 nfsx3 fsx.sh -v 3 -t udp 89 nfsx3t fsx.sh -v 3 -t tcp 90 nfsx4 fsx.sh -v 4 -t tcp 91 nfsx41 fsx.sh -v 4.1 -t tcp 92 nfsx42 fsx.sh -v 4.2 -t tcp 93 nfsx3_ipv6 fsx.sh -6 -v 3 -t udp 94 nfsx3t_ipv6 fsx.sh -6 -v 3 -t tcp 95 nfsx4_ipv6 fsx.sh -6 -v 4 -t tcp 96 nfsx41_ipv6 fsx.sh -6 -v 4.1 -t tcp 97 nfsx42_ipv6 fsx.sh -6 -v 4.2 -t tcp
|
/third_party/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()
|
/third_party/ltp/testcases/network/nfs/fsx-linux/ |
D | fsx.sh | 19 fsx-linux -N $ITERATIONS testfile > fsx-out.log 2>&1 22 cat fsx-out.log
|
D | Makefile | 9 INSTALL_TARGETS := fsx.sh
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 128 GLfixed fsx; /* first sample point x coord */ in NAME() member 264 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME() 277 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME() 287 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME() 576 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME() local 577 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ in NAME() 584 fError = fx - fsx - FIXED_ONE; in NAME() 585 fxLeftEdge = fsx - FIXED_EPSILON; in NAME() 732 fxRightEdge = eRight->fsx - FIXED_EPSILON; in NAME()
|
/third_party/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
|
/third_party/ltp/scenario_groups/ |
D | default | 4 fsx
|
/third_party/e2fsprogs/debugfs/ |
D | journal.c | 475 struct struct_ext2_filsys fsx; in ext2fs_get_journal() local 480 memcpy(&fsx, fs, sizeof(fsx)); in ext2fs_get_journal() 482 fsx.super = &superx; in ext2fs_get_journal() 483 ext2fs_set_feature_metadata_csum(fsx.super); in ext2fs_get_journal() 484 if (!ext2fs_superblock_csum_verify(&fsx, p)) { in ext2fs_get_journal()
|
/third_party/e2fsprogs/e2fsck/ |
D | journal.c | 1153 struct struct_ext2_filsys fsx; in e2fsck_get_journal() local 1158 memcpy(&fsx, ctx->fs, sizeof(fsx)); in e2fsck_get_journal() 1160 fsx.super = &superx; in e2fsck_get_journal() 1161 ext2fs_set_feature_metadata_csum(fsx.super); in e2fsck_get_journal() 1162 if (!ext2fs_superblock_csum_verify(&fsx, p) && in e2fsck_get_journal() 1165 ext2fs_superblock_csum_set(&fsx, p); in e2fsck_get_journal()
|
/third_party/ltp/doc/ |
D | ltp-run-files.txt | 44 - fsx
|
/third_party/ltp/ |
D | runltp | 640 echo "FATAL: unable to create fsx-linux tests command file"
|