Lines Matching defs:upgrdfail
3220 * to exclusive mode. If it fails set *upgrdfail to 1 and return 0.
3221 * upgrdfail was set to 0 by caller.
3230 segvn_full_szcpages(page_t **ppa, uint_t szc, int *upgrdfail, uint_t *pszc)
3310 *upgrdfail = 1;
3862 int upgrdfail;
4318 upgrdfail = 0;
4323 !segvn_full_szcpages(ppa, szc, &upgrdfail,
4326 if (upgrdfail && type != F_SOFTLOCK) {
4351 if (szc != 0 && !upgrdfail) {
4361 if (upgrdfail && segvn_anypgsz_vnode) {