Searched refs:st_blocks (Results 1 – 6 of 6) sorted by relevance
131 __int32_t st_blocks; /* blocks allocated for file */ member176 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ \215 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member264 blkcnt_t st_blocks; /* [XSI] Blocks allocated for file */ member297 blkcnt_t st_blocks; /* [XSI] Blocks allocated for file */ member333 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member365 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member
451 VATTR_RETURN(vap, va_total_alloc, stb.st_blocks * stb.st_blksize); in fdesc_attr()
506 sb64->st_blocks = (sb64->st_size + sb64->st_blksize - 1) / sb64->st_blksize; in pipe_stat()533 sb->st_blocks = (sb->st_size + sb->st_blksize - 1) / sb->st_blksize; in pipe_stat()
3546 vsbp->vst_blocks = sbp->st_blocks; in munge_vinfo_stat()
1558 sb64->st_blocks = roundup(va.va_total_alloc, 512) / 512; in vn_stat_noauth()1571 sb->st_blocks = roundup(va.va_total_alloc, 512) / 512; in vn_stat_noauth()
13813 usbp->st_blocks = sbp->st_blocks; in munge_user64_stat()13850 usbp->st_blocks = sbp->st_blocks; in munge_user32_stat()13894 usbp->st_blocks = sbp->st_blocks; in munge_user64_stat64()13935 usbp->st_blocks = sbp->st_blocks; in munge_user32_stat64()