Searched refs:fallocate (Results 1 – 25 of 30) sorted by relevance
12
55 log_must fallocate -l $((1024 * 1024 * 1024)) $FILE60 log_mustnot fallocate -l $((150 * 1024 * 1024)) $FILE61 log_mustnot fallocate -l $((110 * 1024 * 1024)) $FILE62 log_must fallocate -l $((90 * 1024 * 1024)) $FILE
113 log_must fallocate --keep-size --zero-range --offset $((BLKSZ * 4)) --length $((BLKSZ * 10)) "$FILE"
104 sudo fallocate -l 12G /test.ssd2110 sudo fallocate -l 72G /test.ssd2112 sudo fallocate -l 16G $SWAP
132 if fallocate --punch-hole 2>&1 | grep -q "unrecognized option"; then136 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard137 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
58 --fallocate=none --rw=write --bs=1M --size=1G --numjobs=4 \67 --fallocate=none --rw=write --bs=1M --size=10M --numjobs=200 \
288 if (fp->f_op->fallocate) in zfs_file_deallocate()289 error = -fp->f_op->fallocate(fp, in zfs_file_deallocate()
66 --ioengine=posixaio --fallocate=none --iodepth=4 --verify=sha1 \
48 --verify=sha1 --ioengine=$ioengine --fallocate=none \
111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in main()
20 fallocate=0
21 fallocate=0
22 fallocate=0
21 FIO_COMMON_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 -…
23 GTESTS+= fallocate
210 in.body.fallocate.fh, in debug_request()211 in.body.fallocate.offset, in debug_request()212 in.body.fallocate.length, in debug_request()213 in.body.fallocate.mode); in debug_request()735 EXPECT_EQ(inlen, fih + sizeof(in.body.fallocate)); in audit_request()
227 in.body.fallocate.offset == offset && in expect_fallocate()228 in.body.fallocate.length == length && in expect_fallocate()229 in.body.fallocate.mode == mode); in expect_fallocate()
162 fuse_fallocate_in fallocate; member
117 [tests/functional/fallocate:Linux]119 tags = ['functional', 'fallocate']
135 fallocate
809 rc = fallocate(fp->f_fd, in zfs_file_deallocate()