Home
last modified time | relevance | path

Searched refs:blkcnt_t (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h85 blkcnt_t st_blocks;
102 blkcnt_t st_blocks;
125 blkcnt_t st_blocks;
236 blkcnt_t st_blocks;
266 blkcnt_t st_blocks;
297 blkcnt_t st_blocks;
H A Dtypes.h162 typedef long blkcnt_t; /* count of file blocks */ typedef
167 typedef longlong_t blkcnt_t; /* count of file blocks */ typedef
175 typedef blkcnt_t blkcnt64_t; /* count of file blocks */
/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h176 typedef long blkcnt_t; /* counts file blocks */ typedef
182 typedef longlong_t blkcnt_t; /* count of file blocks */ typedef
197 typedef blkcnt_t blkcnt64_t;
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h51 typedef __blkcnt_t blkcnt_t; typedef
134 blkcnt_t st_blocks; /* blocks allocated for file */
165 blkcnt_t st_blocks; /* blocks allocated for file */
H A Dtypes.h95 typedef __blkcnt_t blkcnt_t; typedef
/illumos-gate/usr/src/cmd/du/
H A Ddu.c93 static void printsize(blkcnt_t blocks, char *path);
101 blkcnt_t blocks = 0; in main()
287 blkcnt_t blocks = 0; in descend()
530 printsize(blkcnt_t blocks, char *path) in printsize()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1931 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB()
1944 totsec16 = (blkcnt_t)bpb_get_TotSec16(bpb); in parseBPB()
1945 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb); in parseBPB()
2006 (long long)(totsec * (blkcnt_t)secsize), in parseBPB()
2051 (blkcnt_t)fatsec * fsp->pcfs_numfat - in parseBPB()
2052 (blkcnt_t)rdirsec - in parseBPB()
2053 (blkcnt_t)reserved; in parseBPB()
2056 blkcnt_t, totsec, size_t, fatsec, in parseBPB()
2057 size_t, rdirsec, blkcnt_t, datasec); in parseBPB()
2174 if ((blkcnt_t)bpb_get_TotSec16(bpb) == totsec || in parseBPB()
[all …]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c598 static blkcnt_t recno;
1674 blkcnt_t blocks; in passtape()
1824 blkcnt_t blocks; in putfile()
2392 blkcnt_t nblks; in putfile()
2591 blkcnt_t blocks; in splitfile()
2932 blkcnt_t blocks; in doxtract()
5374 static blkcnt_t
5377 blkcnt_t kval; in kcheck()
5408 blkcnt_t bval; in bcheck()
6868 blkcnt_t nblocks; in get_xdata()
[all …]
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c53 blkcnt_t dsk_du; /* disk usage */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h137 blkcnt_t _vfpCkStBlocks; /* checkpoint # blocks */
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_stat.c59 dest->st_blocks = (blkcnt_t)src->st_blocks; in stat64_32_to_n()
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c244 sb.st_blocks = (blkcnt_t)vattr.va_nblocks; in cstat()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c52 blkcnt_t fblks; /* number of blocks used */
/illumos-gate/usr/src/cmd/ls/
H A Dls.c197 blkcnt_t lblocks; /* number of file blocks */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1582 NV_MKINTTYPE(blkcnt_t,"block count",0); in sh_init()