/third_party/e2fsprogs/tests/d_fallocate_bigalloc/ |
D | script | 56 # a: fallocate a 40k file 71 fallocate /a 0 39 81 echo "fallocate /b$i $i 39" >> $TMPFILE.cmd 87 echo "fallocate /c$i 0 $i" >> $TMPFILE.cmd 92 echo "fallocate /d 4 35" >> $TMPFILE.cmd 96 echo "fallocate /e 19 20" >> $TMPFILE.cmd 107 fallocate /f 0 8999 115 echo "fallocate /g$i $i 39" >> $TMPFILE.cmd 121 echo "fallocate /h$i 0 $i" >> $TMPFILE.cmd 126 echo "fallocate /i 4 35" >> $TMPFILE.cmd [all …]
|
D | name | 1 fallocate sparse files and big files with bigalloc
|
/third_party/e2fsprogs/tests/d_fallocate/ |
D | script | 55 # a: fallocate a 40k file 70 fallocate /a 0 39 80 echo "fallocate /b$i $i 39" >> $TMPFILE.cmd 86 echo "fallocate /c$i 0 $i" >> $TMPFILE.cmd 91 echo "fallocate /d 4 35" >> $TMPFILE.cmd 95 echo "fallocate /e 19 20" >> $TMPFILE.cmd 106 fallocate /f 0 8999 114 echo "fallocate /g$i $i 39" >> $TMPFILE.cmd 120 echo "fallocate /h$i 0 $i" >> $TMPFILE.cmd 125 echo "fallocate /i 4 35" >> $TMPFILE.cmd [all …]
|
D | name | 1 fallocate sparse files and big files
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | fallocate.c | 36 int ret = fallocate(fd, 0, 4096, 4096 * 3); in fallocate_0100() 55 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, 4096, 4096 * 3); in fallocate_0200() 75 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE | FALLOC_FL_PUNCH_HOLE, 4096, 4096 * 3); in fallocate_0300() 89 int ret = fallocate(fd, FALLOC_FL_KEEP_SIZE, 4096, 4096 * 3); in fallocate_0400()
|
D | test_src_functionalext_supplement_linux.gni | 53 "fallocate",
|
/third_party/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 84 if (fallocate(fd, 0, 0, buf_size) == -1) { in test01() 111 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in test02() 170 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size - 1, in test03() 207 if (fallocate(fd, FALLOC_FL_COLLAPSE_RANGE, block_size, in test04() 247 if (fallocate(fd, FALLOC_FL_INSERT_RANGE, block_size, in test05() 257 if (fallocate(fd, FALLOC_FL_ZERO_RANGE, block_size, block_size) == -1) in test05()
|
D | fallocate05.c | 62 TEST(fallocate(fd, 0, 0, bufsize)); in run() 88 TEST(fallocate(fd, 0, bufsize + extsize, blocksize)); in run() 122 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, 0, tmp)); in run()
|
D | fallocate06.c | 192 TEST(fallocate(fd, 0, offset, size)); in run() 215 TEST(fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, offset, in run()
|
/third_party/musl/src/linux/ |
D | fallocate.c | 5 int fallocate(int fd, int mode, off_t base, off_t len) in fallocate() function 12 weak_alias(fallocate, fallocate64);
|
/third_party/e2fsprogs/tests/d_fallocate_blkmap/ |
D | script | 33 # a: fallocate a 40k file 42 fallocate /a 0 39 49 fallocate /b 0 9999
|
D | name | 1 fallocate sparse files and big files on a blockmap fs
|
/third_party/e2fsprogs/tests/d_punch_bigalloc/ |
D | script | 40 fallocate /$name 0 39 58 fallocate /a 0 39 95 fallocate /f 0 8999
|
/third_party/e2fsprogs/tests/d_punch/ |
D | script | 39 fallocate /$name 0 39 57 fallocate /a 0 39 94 fallocate /f 0 8999
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/include/ |
D | fcntl.h | 186 int fallocate(int, int, off_t, off_t); 187 #define fallocate64 fallocate
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 187 int fallocate(int, int, off_t, off_t); 188 #define fallocate64 fallocate
|
/third_party/e2fsprogs/tests/f_uninit_ext_past_eof2/ |
D | name | 1 fallocate extents w/ nonzero i_size and extents > 4
|
/third_party/ltp/include/lapi/ |
D | fallocate.h | 45 static inline long fallocate(int fd, int mode, loff_t offset, loff_t len) in fallocate() function
|
/third_party/ltp/lib/ |
D | tst_fill_file.c | 64 ret = fallocate(fd, 0, 0, bs * bcount); in tst_prealloc_size_fd()
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format_utils.c | 77 if (fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, in trim_device()
|