Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1196 ufsvfsp->vfs_iotransz = ci.dki_maxtransfer * DEV_BSIZE; in mountfs()
1198 ufsvfsp->vfs_iotransz = MIN(maxphys, ufs_maxmaxphys); in mountfs()
1201 if (ufsvfsp->vfs_iotransz <= 0) { in mountfs()
1202 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.c1585 chunkblks = blkroundup(fs, ufsvfsp->vfs_iotransz) / fs->fs_bsize; in ufs_allocsp()
1673 blkroundup(fs, ufsvfsp->vfs_iotransz), &resv, &resid); in ufs_allocsp()
1755 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_inode.h758 int vfs_iotransz; /* max device i/o transfer size */ member