Searched refs:blkroundup (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_directio.c | 491 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 D | ufs_alloc.c | 1583 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 D | ufs_trans.c | 665 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 D | lufs.c | 1097 flp->nbytes_actual = blkroundup(fs, flp->nbytes_actual); in lufs_enable()
|
H A D | ufs_vnops.c | 5269 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_44/usr/src/uts/common/sys/fs/ |
H A D | udf_inode.h | 338 #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 D | ufs_fs.h | 663 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fs.h | 409 #define blkroundup(fs, size) /* calculates roundup(size, fs->fs_bsize) */ \ macro
|
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 709 size = blkroundup(ip->i_fs, size); in cpr_statefile_ok()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 788 inobufsize = blkroundup(&sblock, INOBUFSIZE); in resetinodebuf()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 2696 if ((eoff = blkroundup(ip->i_udf, ip->i_size)) != 0) { in ud_putpages()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 4376 tcount = (blkroundup(fs, addr+1)-addr) / objsz; in check_addr()
|