Searched refs:blkcnt_t (Results 1 – 13 of 13) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | stat.h | 85 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 D | types.h | 161 typedef long blkcnt_t; /* count of file blocks */ typedef 166 typedef longlong_t blkcnt_t; /* count of file blocks */ typedef 174 typedef blkcnt_t blkcnt64_t; /* count of file blocks */
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | types.h | 176 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;
|
/titanic_44/usr/src/cmd/du/ |
H A D | du.c | 93 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()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1928 blkcnt_t totsec, totsec16, totsec32, datasec; in parseBPB() 1941 totsec16 = (blkcnt_t)bpb_get_TotSec16(bpb); in parseBPB() 1942 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb); in parseBPB() 2003 (long long)(totsec * (blkcnt_t)secsize), in parseBPB() 2048 (blkcnt_t)fatsec * fsp->pcfs_numfat - in parseBPB() 2049 (blkcnt_t)rdirsec - in parseBPB() 2050 (blkcnt_t)reserved; in parseBPB() 2053 blkcnt_t, totsec, size_t, fatsec, in parseBPB() 2054 size_t, rdirsec, blkcnt_t, datasec); in parseBPB() 2171 if ((blkcnt_t)bpb_get_TotSec16(bpb) == totsec || in parseBPB() [all …]
|
/titanic_44/usr/src/cmd/tar/ |
H A D | tar.c | 461 static void putempty(blkcnt_t n); 465 static void seekdisk(blkcnt_t blocks); 494 static blkcnt_t kcheck(char *kstr); 602 static blkcnt_t recno; 628 static blkcnt_t blocklim; /* number of blocks to accept per volume */ 629 static blkcnt_t tapepos; /* current block number to be written */ 1401 putempty((blkcnt_t)2); in dorep() 1614 blkcnt_t blocks; in passtape() 1750 blkcnt_t blocks; in putfile() 2323 blkcnt_t nblks; in putfile() [all …]
|
/titanic_44/usr/src/cmd/acct/ |
H A D | acctdusg.c | 53 blkcnt_t dsk_du; /* disk usage */
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_stat.c | 59 dest->st_blocks = (blkcnt_t)src->st_blocks; in stat64_32_to_n()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | pkglib.h | 139 blkcnt_t _vfpCkStBlocks; /* checkpoint # blocks */
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | stat.c | 244 sb.st_blocks = (blkcnt_t)vattr.va_nblocks; in cstat()
|
/titanic_44/usr/src/ucbcmd/ls/ |
H A D | ls.c | 54 blkcnt_t fblks; /* number of blocks used */
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1326 NV_MKINTTYPE(blkcnt_t,"block count",0); in sh_init()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 195 blkcnt_t lblocks; /* number of file blocks */
|