Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c928 int fsboffset = (1 << fsbshift) - 1; in bmap_has_holes() local
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()