Home
last modified time | relevance | path

Searched refs:blkroundup (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c491 len = (ssize_t)blkroundup(fs, resid); in ufs_directio_write()
679 len = (ssize_t)blkroundup(fs, nbytes); in ufs_directio_write()
980 len = (ssize_t)blkroundup(fs, nbytes); in ufs_directio_read()
H A Dufs_alloc.c1583 istart = blkroundup(fs, (lp->l_start)); in ufs_allocsp()
1584 len = blkroundup(fs, (lp->l_len)); in ufs_allocsp()
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()
1956 daddr_t nblk = lblkno(fs, blkroundup(fs, nb)); in contigpref()
1957 daddr_t minblk = lblkno(fs, blkroundup(fs, minb)); in contigpref()
H A Dufs_trans.c665 nblk = lblkno(fs, blkroundup(fs, resid)); in ufs_log_amt()
848 err = ufs_itrunc(ip, blkroundup(fs, (ip->i_size - resid)), in ufs_trans_itrunc()
H A Dlufs.c1097 flp->nbytes_actual = blkroundup(fs, flp->nbytes_actual); in lufs_enable()
H A Dufs_vnops.c5269 if ((eoff = blkroundup(ip->i_fs, ip->i_size)) != 0) in ufs_putpages()
6265 entries = (int)lblkno(fs, blkroundup(fs, ip->i_size)); in ufs_dumpctl()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h338 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
342 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
H A Dufs_fs.h663 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfs.h409 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_misc.c709 size = blkroundup(ip->i_fs, size); in cpr_statefile_ok()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c788 inobufsize = blkroundup(&sblock, INOBUFSIZE); in resetinodebuf()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c2696 if ((eoff = blkroundup(ip->i_udf, ip->i_size)) != 0) { in ud_putpages()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4376 tcount = (blkroundup(fs, addr+1)-addr) / objsz; in check_addr()