Searched refs:ioattr (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c882 struct vfsioattr ioattr; local
933 vfs_ioattr(vnode_mount(vn->sc_vp), &ioattr);
935 bzero(&ioattr, sizeof(ioattr));
942 *o = ioattr.io_maxreadcnt / vn->sc_secsize;
945 *o = ioattr.io_maxwritecnt / vn->sc_secsize;
948 *o = ioattr.io_maxreadcnt;
951 *o = ioattr.io_maxwritecnt;
954 *o = ioattr.io_segreadcnt;
957 *o = ioattr
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4805 struct vfsioattr ioattr; local
4874 vfs_ioattr(hfsmp->hfs_mp, &ioattr);
4875 bufferSize = MIN(ioattr.io_maxreadcnt, ioattr.io_maxwritecnt);

Completed in 33 milliseconds