Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/tools/test/stress2/misc/
H A Dtmpfs8.sh143 (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 Drename9.sh143 fb.st_blocks);
147 tb.st_blocks);
153 (uintmax_t)fa.st_nlink, fa.st_blocks);
157 ta.st_blocks);
H A Drename6.sh136 (uintmax_t)sb1.st_nlink, sb1.st_blocks);
139 (uintmax_t)sb2.st_nlink, sb2.st_blocks);
/freebsd/sys/sys/
H A Dstat.h115 __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 Dlinux_stats.c161 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 Dfreebsd32.h180 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 Dlinux.h165 l_ulong st_blocks; member
187 l_long st_blocks; member
204 l_ulonglong st_blocks; member
/freebsd/sys/amd64/linux32/
H A Dlinux.h193 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 Dstat_arch.h21 host_blkcnt_t st_blocks; member
/freebsd/stand/kboot/include/arch/aarch64/
H A Dstat_arch.h23 host_blkcnt_t st_blocks; member
/freebsd/stand/kboot/include/arch/amd64/
H A Dstat_arch.h23 host_blkcnt_t st_blocks; member
/freebsd/stand/kboot/kboot/
H A Dhostfs.c181 sb->st_blocks = ksb.st_blocks;
/freebsd/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c448 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 Dls.c59 (void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks); in printlong()
/freebsd/bin/ls/
H A Dls.c841 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 Ddu.c280 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 Dlinux.h140 l_long st_blocks; member
/freebsd/sys/fs/p9fs/
H A Dp9_protocol.h212 uint64_t st_blocks; /* number of 512B blocks allocated */ member
H A Dp9_protocol.c216 &stbuf->st_blocks, &stbuf->st_atime_sec, in p9_buf_vreadf()
/freebsd/tests/sys/fs/fusefs/
H A Dgetattr.cc234 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 Dlinux.h144 l_long st_blocks; member
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c157 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 Dstat.c776 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 Dsanitizer_linux.cpp328 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 Dbuf_subs.c762 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size) in cp_file()

12