Searched refs:hs_mapcnt (Results 1 – 2 of 2) sorted by relevance
101 long hs_mapcnt; /* mappings to file pages */ member
1855 hp->hs_mapcnt += btopr(len); in hsfs_addmap()1881 hp->hs_mapcnt -= btopr(len); /* Count released mappings */ in hsfs_delmap()1882 ASSERT(hp->hs_mapcnt >= 0); in hsfs_delmap()1920 if (hp->hs_mapcnt > 0 && MANDLOCK(vp, hp->hs_dirent.mode)) in hsfs_frlock()