Home
last modified time | relevance | path

Searched refs:vfs_iotransz (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1198 ufsvfsp->vfs_iotransz = ci.dki_maxtransfer * DEV_BSIZE; in mountfs()
1200 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
1203 if (ufsvfsp->vfs_iotransz <= 0) { in mountfs()
1204 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
H A Dufs_bmap.c229 ufsvfsp->vfs_iotransz); in bmap_read()
289 0, ufsvfsp->vfs_iotransz); in bmap_read()
H A Dufs_alloc.c1584 chunkblks = blkroundup(fs, ufsvfsp->vfs_iotransz) / fs->fs_bsize; in ufs_allocsp()
1672 blkroundup(fs, ufsvfsp->vfs_iotransz), &resv, &resid); in ufs_allocsp()
1754 ip->i_size + blkroundup(fs, ufsvfsp->vfs_iotransz), in ufs_allocsp()
H A Dlufs.c520 ud->od_maxtransfer = MIN(ufsvfsp->vfs_iotransz, ldl_maxtransfer); in lufs_initialize()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h758 int vfs_iotransz; /* max device i/o transfer size */ member