SETATTR_CHSIZE
NULL, NULL, SETATTR_CHSIZE);
update_va(vp, vap, rvap, va_ttl, NULL, SETATTR_CHSIZE);
KASSERT(!(flags & SETATTR_CHSIZE) || mutex_owned(&pn->pn_sizemtx));
if ((flags & SETATTR_CHSIZE) && PUFFS_USE_PAGECACHE(pmp) &&
if (flags & SETATTR_CHSIZE)
error = dosetattr(ap->a_vp, ap->a_vap, ap->a_cred, SETATTR_CHSIZE);
SETATTR_CHSIZE | (wait ? 0 : SETATTR_ASYNC));
va_ttl, cn_ttl, SETATTR_CHSIZE);
va_ttl, cn_ttl, SETATTR_CHSIZE);
va_ttl, cn_ttl, SETATTR_CHSIZE);
va_ttl, cn_ttl, SETATTR_CHSIZE);
va_ttl, cn_ttl, SETATTR_CHSIZE);
if (!use_metacache && (flags & SETATTR_CHSIZE)) {