Searched refs:vst_blksize (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dvstat.h73 u_int32_t vst_blksize; /* optimal blocksize for I/O */ member in struct:vstat
H A Dproc_info.h270 int32_t vst_blksize; /* [XSI] optimal blocksize for I/O */ member in struct:vinfo_stat
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c1558 ub->vst_blksize = pipe_size;
1560 if (ub->vst_blksize != 0)
1561 ub->vst_blocks = (ub->vst_size + ub->vst_blksize - 1) / ub->vst_blksize;
H A Dkern_event.c2996 st->vst_blksize = sizeof(struct kevent64_s);
2998 st->vst_blksize = sizeof(struct kevent);
H A Dproc_info.c2084 vsbp->vst_blksize = sbp->st_blksize;

Completed in 77 milliseconds