Home
last modified time | relevance | path

Searched refs:st_blksize (Results 1 – 25 of 7650) sorted by relevance

12345678910>>...306

/dports/misc/mc-nox11/mc-4.8.27/tests/lib/vfs/
H A Dvfs_adjust_stat.c47 .st_blksize = 512,
60 .st_blksize = 512,
73 .st_blksize = 1024,
86 .st_blksize = 2048,
99 .st_blksize = 4096,
112 .st_blksize = 512,
125 .st_blksize = 1024,
138 .st_blksize = 2048,
151 .st_blksize = 4096,
174 expected_stat.st_blksize = data->etalon_stat.st_blksize; in START_PARAMETRIZED_TEST()
/dports/misc/mc/mc-4.8.27/tests/lib/vfs/
H A Dvfs_adjust_stat.c47 .st_blksize = 512,
60 .st_blksize = 512,
73 .st_blksize = 1024,
86 .st_blksize = 2048,
99 .st_blksize = 4096,
112 .st_blksize = 512,
125 .st_blksize = 1024,
138 .st_blksize = 2048,
151 .st_blksize = 4096,
174 expected_stat.st_blksize = data->etalon_stat.st_blksize; in START_PARAMETRIZED_TEST()
/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Dmakebuf.c108 if (st.st_blksize == 0)
115 if (S_ISREG(st.st_mode) && st.st_blksize > SM_IO_MAX_BUF_FILE)
116 st.st_blksize = SM_IO_MAX_BUF_FILE;
123 if (st.st_blksize > SM_IO_MAX_BUF)
124 st.st_blksize = SM_IO_MAX_BUF;
130 if (st.st_blksize < SM_IO_MIN_BUF)
131 st.st_blksize = SM_IO_MIN_BUF;
144 *bufsize = st.st_blksize;
145 fp->f_blksize = st.st_blksize;
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Dmakebuf.c108 if (st.st_blksize == 0)
115 if (S_ISREG(st.st_mode) && st.st_blksize > SM_IO_MAX_BUF_FILE)
116 st.st_blksize = SM_IO_MAX_BUF_FILE;
123 if (st.st_blksize > SM_IO_MAX_BUF)
124 st.st_blksize = SM_IO_MAX_BUF;
130 if (st.st_blksize < SM_IO_MIN_BUF)
131 st.st_blksize = SM_IO_MIN_BUF;
144 *bufsize = st.st_blksize;
145 fp->f_blksize = st.st_blksize;
/dports/www/gatling/gatling-0.15/
H A Dreadfrag.c90 blocks=s.st_size/s.st_blksize; in main()
127 if (chunksize>blocksleft*s.st_blksize) { in main()
129 chunksize=s.st_size-blocksdone*s.st_blksize; in main()
131 delta=chunksize/s.st_blksize; in main()
134 map=mmap(0,chunksize,PROT_READ,MAP_SHARED,fd,blocksdone*s.st_blksize); in main()
143 blocksperchunk=chunksize/s.st_blksize; in main()
152 touch(map+((lt[cur+j].l-blocksdone)*s.st_blksize)); in main()
156 touch(map+((lt[cur+i].l-blocksdone)*s.st_blksize)); in main()
/dports/devel/9base/9base-6/lib9/
H A Ddirread.c159 if(st.st_blksize < 8192) in dirread()
160 st.st_blksize = 8192; in dirread()
162 buf = malloc(st.st_blksize); in dirread()
166 n = mygetdents(fd, (void*)buf, st.st_blksize); in dirread()
187 if(st.st_blksize < 8192) in dirreadall()
188 st.st_blksize = 8192; in dirreadall()
193 nbuf = realloc(buf, ts+st.st_blksize); in dirreadall()
199 n = mygetdents(fd, (void*)(buf+ts), st.st_blksize); in dirreadall()
/dports/emulators/tme/tme-0.8/host/posix/
H A Dposix-disk.c234 & (posix_disk->tme_posix_disk_stat.st_blksize - 1)); in _tme_posix_disk_buffer_get()
239 + (posix_disk->tme_posix_disk_stat.st_blksize - 1)) in _tme_posix_disk_buffer_get()
365 + (posix_disk->tme_posix_disk_stat.st_blksize - 1)) in _tme_posix_disk_buffer_get()
450 + (posix_disk->tme_posix_disk_stat.st_blksize - 1)) in _tme_posix_disk_buffer_get()
451 & ~(posix_disk->tme_posix_disk_stat.st_blksize - 1)); in _tme_posix_disk_buffer_get()
647 statbuf.st_blksize = 1; in _tme_posix_disk_open()
650 block = tme_new(tme_uint8_t, statbuf.st_blksize); in _tme_posix_disk_open()
657 if (read(fd, block, statbuf.st_blksize) >= 0) { in _tme_posix_disk_open()
672 statbuf.st_blksize <<= 1; in _tme_posix_disk_open()
692 page_size < statbuf.st_blksize; in _tme_posix_disk_open()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/include/uapi/asm/
H A Dstat.h21 long st_blksize; member
38 long st_blksize; member
67 long st_blksize; member
90 unsigned int st_blksize; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/include/uapi/asm/
H A Dstat.h21 long st_blksize; member
38 long st_blksize; member
67 long st_blksize; member
90 unsigned int st_blksize; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/sparc-linux-any/asm/
H A Dstat.h21 long st_blksize; member
38 long st_blksize; member
67 long st_blksize; member
90 unsigned int st_blksize; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/sparc-linux-any/asm/
H A Dstat.h21 long st_blksize; member
38 long st_blksize; member
67 long st_blksize; member
90 unsigned int st_blksize; member
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/include/uapi/asm/
H A Dstat.h21 long st_blksize; member
38 long st_blksize; member
67 long st_blksize; member
90 unsigned int st_blksize; member
/dports/security/fakeroot/fakeroot-1.23/statconv/glibc/linux/alpha/
H A Dstats.h15 unsigned int st_blksize; member
33 unsigned int st_blksize; member
60 unsigned int st_blksize; member
81 __blksize_t st_blksize; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/alpha/
H A Dkernel_stat.h15 unsigned int st_blksize; member
33 unsigned int st_blksize; member
60 unsigned int st_blksize; member
81 __blksize_t st_blksize; member
/dports/lang/zig/zig-0.9.0/lib/libc/glibc/sysdeps/unix/sysv/linux/alpha/
H A Dkernel_stat.h15 unsigned int st_blksize; member
33 unsigned int st_blksize; member
60 unsigned int st_blksize; member
81 __blksize_t st_blksize; member
/dports/devel/emscripten/emscripten-2.0.3/tests/stat/
H A Dtest_stat.c67 assert(s.st_blksize == 4096); in test()
85 assert(s.st_blksize == 4096); in test()
103 assert(s.st_blksize == 4096); in test()
124 assert(s.st_blksize == 4096); in test()
142 assert(s.st_blksize == 4096); in test()
160 assert(s.st_blksize == 4096); in test()
/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/
H A Dseek.c103 if (fstat(tf, &st) == 0 && st.st_blksize > blksize) { in CopyFile()
112 blksize = st.st_blksize; in CopyFile()
113 if (fstat(ifd, &st) == 0 && st.st_blksize > blksize) in CopyFile()
114 blksize = st.st_blksize; in CopyFile()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dstat-size.h73 # define ST_BLKSIZE(statbuf) ((0 < (statbuf).st_blksize \
74 && (statbuf).st_blksize <= ((size_t)-1) / 8 + 1) \
75 ? (statbuf).st_blksize : DEV_BSIZE)
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dstat-size.h73 # define ST_BLKSIZE(statbuf) ((0 < (statbuf).st_blksize \
74 && (statbuf).st_blksize <= ((size_t)-1) / 8 + 1) \
75 ? (statbuf).st_blksize : DEV_BSIZE)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/
H A Dsyscall_defs.h1197 abi_ulong st_blksize; member
1260 abi_long st_blksize; member
1282 int64_t st_blksize; member
1316 abi_long st_blksize; member
1454 int32_t st_blksize; member
1513 abi_ulong st_blksize; member
1617 abi_long st_blksize; member
1659 abi_ulong st_blksize; member
1781 abi_long st_blksize; member
1896 int st_blksize; member
[all …]
/dports/misc/mc/mc-4.8.27/lib/
H A Dstat-size.h77 #define ST_BLKSIZE(statbuf) ((0 < (statbuf).st_blksize \
78 && (size_t) ((statbuf).st_blksize) <= ((size_t)-1) / 8 + 1) \
79 ? (size_t) ((statbuf).st_blksize) : DEV_BSIZE)
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dstat-size.h77 #define ST_BLKSIZE(statbuf) ((0 < (statbuf).st_blksize \
78 && (size_t) ((statbuf).st_blksize) <= ((size_t)-1) / 8 + 1) \
79 ? (size_t) ((statbuf).st_blksize) : DEV_BSIZE)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/include/linux/
H A Dstat.h56 unsigned long st_blksize; /* block size */ member
84 unsigned long st_blksize; member
122 long st_blksize; member
140 unsigned long st_blksize; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/include/linux/
H A Dstat.h56 unsigned long st_blksize; /* block size */ member
84 unsigned long st_blksize; member
122 long st_blksize; member
140 unsigned long st_blksize; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/linux/
H A Dstat.h56 unsigned long st_blksize; /* block size */ member
84 unsigned long st_blksize; member
122 long st_blksize; member
140 unsigned long st_blksize; member

12345678910>>...306