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