| /freebsd/tools/test/stress2/misc/ |
| H A D | tmpfs8.sh | 143 (uintmax_t)sb1.st_nlink, sb1.st_blocks); 146 (uintmax_t)sb2.st_nlink, sb2.st_blocks); 158 (uintmax_t)sb1.st_nlink, sb1.st_blocks); 163 (uintmax_t)sb2.st_nlink, sb2.st_blocks); 168 (uintmax_t)sb3.st_nlink, sb3.st_blocks);
|
| H A D | rename9.sh | 143 fb.st_blocks); 147 tb.st_blocks); 153 (uintmax_t)fa.st_nlink, fa.st_blocks); 157 ta.st_blocks);
|
| H A D | rename6.sh | 136 (uintmax_t)sb1.st_nlink, sb1.st_blocks); 139 (uintmax_t)sb2.st_nlink, sb2.st_blocks);
|
| /freebsd/sys/sys/ |
| H A D | stat.h | 115 __int32_t st_blocks; /* blocks allocated for file */ member 134 blkcnt_t st_blocks; /* blocks allocated for file */ member 184 blkcnt_t st_blocks; /* blocks allocated for file */ member 205 blkcnt_t st_blocks; /* blocks allocated for file */ member
|
| /freebsd/usr.bin/find/ |
| H A D | printf.c | 228 fprintf(fout, "%jd", (intmax_t)sp->st_blocks / 2); in do_printf() 231 fprintf(fout, "%jd", (intmax_t)sp->st_blocks); in do_printf() 238 (float)sp->st_blocks * 512 / (float)sp->st_size); in do_printf()
|
| H A D | ls.c | 59 (void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks); in printlong()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_stats.c | 207 tbuf.st_blocks = buf->st_blocks; in newstat_copyout() 282 lbuf.st_blocks = buf->st_blocks; in old_stat_copyout() 584 lbuf.st_blocks = buf->st_blocks; in stat64_copyout() 732 tbuf.stx_blocks = buf->st_blocks; in statx_copyout()
|
| /freebsd/sys/i386/linux/ |
| H A D | linux.h | 165 l_ulong st_blocks; member 187 l_long st_blocks; member 204 l_ulonglong st_blocks; member
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32.h | 172 blkcnt_t st_blocks; /* blocks allocated for file */ member 231 freebsd32_uint64_t st_blocks; member 250 freebsd32_uint64_t st_blocks; member 273 __int32_t st_blocks; member
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux.h | 193 l_ulong st_blocks; member 215 l_long st_blocks; member 232 l_ulonglong st_blocks; member
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_stat.h | 36 blkcnt_t st_blocks; member
|
| /freebsd/stand/kboot/include/arch/powerpc64/ |
| H A D | stat_arch.h | 21 host_blkcnt_t st_blocks; member
|
| /freebsd/stand/kboot/include/arch/aarch64/ |
| H A D | stat_arch.h | 23 host_blkcnt_t st_blocks; member
|
| /freebsd/stand/kboot/include/arch/amd64/ |
| H A D | stat_arch.h | 23 host_blkcnt_t st_blocks; member
|
| /freebsd/stand/kboot/kboot/ |
| H A D | hostfs.c | 181 sb->st_blocks = ksb.st_blocks;
|
| /freebsd/usr.bin/posixshmcontrol/ |
| H A D | posixshmcontrol.c | 448 if (st.st_blocks != 0 && largepage) in stat_one_shm() 450 PAGE_SIZE) / st.st_blocks); in stat_one_shm() 452 printf("pages\t%jd\n", st.st_blocks); in stat_one_shm()
|
| /freebsd/bin/ls/ |
| H A D | ls.c | 858 if (sp->st_blocks > maxblock) in display() 859 maxblock = sp->st_blocks; in display() 867 btotal += sp->st_blocks; in display()
|
| H A D | print.c | 232 dp->s_block, howmany(sp->st_blocks, blocksize)); in printlong() 411 (int)sizefield, howmany(sp->st_blocks, blocksize)); in printaname()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux.h | 140 l_long st_blocks; member
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | getattr.cc | 234 EXPECT_EQ(2, sb.st_blocks); in TEST_F() 351 EXPECT_EQ(2, sb.st_blocks); in TEST_F()
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9_protocol.h | 212 uint64_t st_blocks; /* number of 512B blocks allocated */ member
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux.h | 144 l_long st_blocks; member
|
| /freebsd/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ls.c | 157 file->bsize = block_convert(st->st_blocks); in make_fileinfo() 531 total_blocks += block_convert(fi[i].st.st_blocks); in list_files()
|
| /freebsd/usr.bin/stat/ |
| H A D | stat.c | 757 small = (sizeof(st->st_blocks) == 4); in format1() 758 data = st->st_blocks; in format1()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux.cpp | 359 out->st_blocks = in->st_blocks; in stat64_to_stat() 378 out->st_blocks = in->stx_blocks; in statx_to_stat() 422 out->st_blocks = in->st_blocks; in kernel_stat_to_stat()
|