Searched refs:st_blocks (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stat.h67 svr4_blkcnt_t st_blocks; member in struct:svr4_xstat
87 svr4_blkcnt64_t st_blocks; member in struct:svr4_stat64
H A Dsvr4_stat.c134 st4->st_blocks = st->st_blocks;
157 st4->st_blocks = st->st_blocks;
/freebsd-9.3-release/usr.bin/find/
H A Dls.c66 (void)printf("%6lu %8"PRId64" ", (u_long) sb->st_ino, sb->st_blocks);
/freebsd-9.3-release/sys/sys/
H A Dstat.h116 __int32_t st_blocks; /* blocks allocated for file */ member in struct:ostat
134 blkcnt_t st_blocks; /* blocks allocated for file */ member in struct:stat
165 blkcnt_t st_blocks; /* blocks allocated for file */ member in struct:nstat
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_stats.c188 tbuf.st_blocks = buf->st_blocks;
278 lbuf.st_blocks = buf->st_blocks;
525 lbuf.st_blocks = buf->st_blocks;
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsystem.h307 ? st_blocks ((statbuf).st_size) : 0)
320 /* HP-UX counts st_blocks in 1024-byte units.
325 /* AIX PS/2 counts st_blocks in 4K units. */
332 ? (statbuf).st_blocks * ST_BLKSIZE(statbuf)/ST_NBLOCKSIZE : 0)
339 # define ST_NBLOCKS(statbuf) ((statbuf).st_blocks)
/freebsd-9.3-release/sys/compat/freebsd32/
H A Dfreebsd32.h165 int64_t st_blocks; member in struct:stat32
188 __int32_t st_blocks; member in struct:ostat32
H A Dfreebsd32_misc.c1727 CP(*in, *out, st_blocks);
1751 CP(*in, *out, st_blocks);
/freebsd-9.3-release/bin/ls/
H A Dls.c710 if (sp->st_blocks > maxblock)
711 maxblock = sp->st_blocks;
719 btotal += sp->st_blocks;
H A Dprint.c159 dp->s_block, howmany(sp->st_blocks, blocksize));
336 (int)sizefield, howmany(sp->st_blocks, blocksize));
/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux.h209 l_ulong st_blocks; member in struct:l_newstat
230 l_long st_blocks; member in struct:l_stat
247 l_ulong st_blocks; member in struct:l_stat64
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux.h184 l_ulong st_blocks; member in struct:l_newstat
205 l_long st_blocks; member in struct:l_stat
222 l_ulong st_blocks; member in struct:l_stat64
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c275 howmany(p->fts_statp->st_blocks, cblocksize);
315 howmany(p->fts_statp->st_blocks, cblocksize);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zlook/
H A Dzlook.c152 (void) printf("st_blocks\t\t%lld\n", (long long)sb->st_blocks);
/freebsd-9.3-release/bin/pax/
H A Dbuf_subs.c769 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dremote-fileio.c409 remote_fileio_to_fio_ulong ((LONGEST) st->st_blocks, fst->fst_blocks);
412 have st_blocks, if any, might prefer 512 instead of st_blksize.
1138 st.st_blocks = 0;
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c157 file->bsize = block_convert(st->st_blocks);
531 total_blocks += block_convert(fi[i].st.st_blocks);
/freebsd-9.3-release/usr.bin/stat/
H A Dstat.c104 "st_blksize=%k st_blocks=%b" SHELL_F
754 small = (sizeof(st->st_blocks) == 4);
755 data = st->st_blocks;
/freebsd-9.3-release/sys/kern/
H A Duipc_shm.c220 sb->st_blocks = (sb->st_size + sb->st_blksize - 1) / sb->st_blksize;
H A Dsys_pipe.c1454 ub->st_blocks = (ub->st_size + ub->st_blksize - 1) / ub->st_blksize;
H A Dvfs_syscalls.c2345 ost->st_blocks = st->st_blocks;
2507 nsb->st_blocks = sb->st_blocks;
H A Dvfs_vnops.c1311 sb->st_blocks = vap->va_bytes / S_BLKSIZE;
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c432 printf("%lld", (long long)sp->st_blocks);
/freebsd-9.3-release/usr.bin/kdump/
H A Dkdump.c1588 (intmax_t)statp->st_blocks, statp->st_flags);

Completed in 299 milliseconds