Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c920 uint_t mblks; /* # of data + metadata blocks */ in bmap_has_holes() local
940 mblks = (ldbtob((u_offset_t)ip->i_blocks) + fsboffset) >> fsbshift; in bmap_has_holes()
946 return (mblks < dblks); in bmap_has_holes()
981 return (mblks < cnt); in bmap_has_holes()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h726 mblk_list_t mblks; member
/titanic_41/usr/src/uts/common/io/
H A Dstream.c1901 int mblks = 0; in mp_cont_len() local
1906 mblks++; in mp_cont_len()
1910 *mblkcnt = mblks; in mp_cont_len()