Searched refs:fsbshift (Results 1 – 1 of 1) sorted by relevance
927 int fsbshift = fs->fs_bshift; in bmap_has_holes() local928 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()