Home
last modified time | relevance | path

Searched refs:st_blocks (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dstat.h131 __int32_t st_blocks; /* blocks allocated for file */ member
176 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ \
215 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member
264 blkcnt_t st_blocks; /* [XSI] Blocks allocated for file */ member
297 blkcnt_t st_blocks; /* [XSI] Blocks allocated for file */ member
333 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member
365 blkcnt_t st_blocks; /* [XSI] blocks allocated for file */ member
/xnu-10002.41.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c451 VATTR_RETURN(vap, va_total_alloc, stb.st_blocks * stb.st_blksize); in fdesc_attr()
/xnu-10002.41.9/bsd/kern/
H A Dsys_pipe.c506 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()
H A Dproc_info.c3546 vsbp->vst_blocks = sbp->st_blocks; in munge_vinfo_stat()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_vnops.c1558 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()
H A Dvfs_syscalls.c13813 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()