| /trueos/sys/compat/svr4/ |
| HD | svr4_stat.h | 67 svr4_blkcnt_t st_blocks; member 87 svr4_blkcnt64_t st_blocks; member
|
| HD | svr4_stat.c | 134 st4->st_blocks = st->st_blocks; 157 st4->st_blocks = st->st_blocks;
|
| /trueos/sys/sys/ |
| HD | stat.h | 116 __int32_t st_blocks; /* blocks allocated for file */ member 134 blkcnt_t st_blocks; /* blocks allocated for file */ member 165 blkcnt_t st_blocks; /* blocks allocated for file */ member
|
| /trueos/sys/compat/linux/ |
| HD | linux_stats.c | 188 tbuf.st_blocks = buf->st_blocks; in newstat_copyout() 278 lbuf.st_blocks = buf->st_blocks; in stat_copyout() 525 lbuf.st_blocks = buf->st_blocks; in stat64_copyout()
|
| /trueos/usr.bin/find/ |
| HD | ls.c | 66 (void)printf("%6ju %8"PRId64" ", (uintmax_t)sb->st_ino, sb->st_blocks); in printlong()
|
| HD | function.c | 1533 return entry->fts_statp->st_blocks < expected_blocks; in f_sparse()
|
| /trueos/contrib/apr/file_io/unix/ |
| HD | filestat.c | 121 finfo->csize = (apr_off_t)info->st_blocks * (apr_off_t)DEV_BSIZE; in fill_out_finfo() 123 finfo->csize = (apr_off_t)info->st_blocks * (apr_off_t)512; in fill_out_finfo()
|
| /trueos/sys/i386/linux/ |
| HD | linux.h | 179 l_ulong st_blocks; member 200 l_long st_blocks; member 217 l_ulong st_blocks; member
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32.h | 174 int64_t st_blocks; member 197 __int32_t st_blocks; member
|
| /trueos/bin/ls/ |
| HD | ls.c | 710 if (sp->st_blocks > maxblock) in display() 711 maxblock = sp->st_blocks; in display() 719 btotal += sp->st_blocks; in display()
|
| HD | print.c | 159 dp->s_block, howmany(sp->st_blocks, blocksize)); in printlong() 336 (int)sizefield, howmany(sp->st_blocks, blocksize)); in printaname()
|
| /trueos/usr.bin/du/ |
| HD | du.c | 267 howmany(p->fts_statp->st_blocks, cblocksize); in main() 307 howmany(p->fts_statp->st_blocks, cblocksize); in main()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux.h | 204 l_ulong st_blocks; member 225 l_long st_blocks; member 242 l_ulong st_blocks; member
|
| /trueos/usr.bin/stat/ |
| HD | stat.c | 754 small = (sizeof(st->st_blocks) == 4); in format1() 755 data = st->st_blocks; in format1()
|
| /trueos/crypto/heimdal/appl/ftp/ftpd/ |
| HD | 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()
|
| /trueos/cddl/contrib/opensolaris/cmd/zlook/ |
| HD | zlook.c | 152 (void) printf("st_blocks\t\t%lld\n", (long long)sb->st_blocks); in print_stats()
|
| /trueos/contrib/gdb/gdb/ |
| HD | remote-fileio.c | 409 remote_fileio_to_fio_ulong ((LONGEST) st->st_blocks, fst->fst_blocks); in remote_fileio_to_fio_stat() 1138 st.st_blocks = 0; in remote_fileio_func_fstat()
|
| /trueos/bin/pax/ |
| HD | buf_subs.c | 768 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size) in cp_file()
|
| /trueos/contrib/netbsd-tests/fs/vfs/ |
| HD | t_vnops.c | 126 FIELD(st_blocks); in lookup_complex()
|
| /trueos/sys/kern/ |
| HD | vfs_syscalls.c | 2213 ost->st_blocks = st->st_blocks; 2375 nsb->st_blocks = sb->st_blocks;
|
| HD | uipc_shm.c | 404 sb->st_blocks = (sb->st_size + sb->st_blksize - 1) / sb->st_blksize; in shm_stat()
|
| HD | sys_pipe.c | 1545 ub->st_blocks = (ub->st_size + ub->st_blksize - 1) / ub->st_blksize;
|
| /trueos/contrib/pjdfstest/ |
| HD | pjdfstest.c | 459 printf("%lld", (long long)sp->st_blocks); in show_stat()
|
| /trueos/tools/regression/pjdfstest/ |
| HD | pjdfstest.c | 455 printf("%lld", (long long)sp->st_blocks); in show_stat()
|
| /trueos/usr.bin/kdump/ |
| HD | kdump.c | 1775 (intmax_t)statp->st_blocks, statp->st_flags); in ktrstat()
|