Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c927 int fsbshift = fs->fs_bshift; in bmap_has_holes() local
928 int fsboffset = (1 << fsbshift) - 1; in bmap_has_holes()
939 dblks = (ip->i_size + fsboffset) >> fsbshift; in bmap_has_holes()
940 mblks = (ldbtob((u_offset_t)ip->i_blocks) + fsboffset) >> fsbshift; in bmap_has_holes()