Searched refs:vfs_iotransz (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1196 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 D | ufs_bmap.c | 229 ufsvfsp->vfs_iotransz); in bmap_read() 289 0, ufsvfsp->vfs_iotransz); in bmap_read()
|
H A D | ufs_alloc.c | 1585 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 D | lufs.c | 520 ud->od_maxtransfer = MIN(ufsvfsp->vfs_iotransz, ldl_maxtransfer); in lufs_initialize()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 758 int vfs_iotransz; /* max device i/o transfer size */ member
|