Searched refs:c_mapcnt (Results 1 – 2 of 2) sorted by relevance
927 int c_mapcnt; /* number of mapped blocks */ member
8293 cp->c_mapcnt += btopr(len); in cachefs_addmap()8326 cp->c_mapcnt -= btopr(len); in cachefs_delmap()8327 ASSERT(cp->c_mapcnt >= 0); in cachefs_delmap()8330 if (cp->c_mapcnt || !vn_has_cached_data(vp) || in cachefs_delmap()8404 if (((cmd == F_SETLK) || (cmd == F_SETLKW)) && (cp->c_mapcnt > 0)) { in cachefs_frlock()