/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 */ 204 blkcnt_t st_blocks; /* blocks allocated for file */ global() member
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 161 tbuf.st_blocks = buf->st_blocks; in newstat_copyout() 236 lbuf.st_blocks = buf->st_blocks; in old_stat_copyout() 536 lbuf.st_blocks = buf->st_blocks; in stat64_copyout() 684 tbuf.stx_blocks = buf->st_blocks; in statx_copyout()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32.h | 180 blkcnt_t st_blocks; /* blocks allocated for file */ member 239 int64_t st_blocks; member 258 int64_t st_blocks; 281 __int32_t st_blocks; 257 int64_t st_blocks; global() member 280 __int32_t st_blocks; global() member
|
/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/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/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/usr.bin/find/ |
H A D | ls.c | 59 (void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks); in printlong()
|
/freebsd/bin/ls/ |
H A D | ls.c | 841 if (sp->st_blocks > maxblock) in display() 842 maxblock = sp->st_blocks; in display() 850 btotal += sp->st_blocks; in display()
|
/freebsd/usr.bin/du/ |
H A D | du.c | 280 howmany(p->fts_statp->st_blocks, cblocksize); in main() 323 howmany(p->fts_statp->st_blocks, cblocksize); in main()
|
/freebsd/sys/arm64/linux/ |
H A D | linux.h | 140 l_long st_blocks; member
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_protocol.h | 212 uint64_t st_blocks; /* number of 512B blocks allocated */ member
|
H A D | p9_protocol.c | 216 &stbuf->st_blocks, &stbuf->st_atime_sec, in p9_buf_vreadf()
|
/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/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 | 776 small = (sizeof(st->st_blocks) == 4); in format1() 777 data = st->st_blocks; in format1()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 328 out->st_blocks = in->st_blocks; in stat64_to_stat() 347 out->st_blocks = in->stx_blocks; in statx_to_stat() 391 out->st_blocks = in->st_blocks; in kernel_stat_to_stat()
|
/freebsd/bin/pax/ |
H A D | buf_subs.c | 762 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size) in cp_file()
|