Lines Matching refs:ia_valid
249 unsigned int ia_valid;
252 if ((attr->ia_valid & ATTR_SIZE) &&
255 if (error || attr->ia_valid == ATTR_SIZE)
257 attr->ia_valid &= ~ATTR_SIZE;
261 ia_valid = attr->ia_valid;
262 if ((ia_valid & (ATTR_MTIME_SET | ATTR_ATIME_SET | ATTR_TIMES_SET)) &&
264 attr->ia_valid &= ~(ATTR_MTIME_SET | ATTR_ATIME_SET |
269 attr->ia_valid = ia_valid;
273 if (((attr->ia_valid & ATTR_UID) &&
275 ((attr->ia_valid & ATTR_GID) &&
277 ((attr->ia_valid & ATTR_MODE) &&
287 if (attr->ia_valid & ATTR_MODE) {
289 attr->ia_valid &= ~ATTR_MODE;
292 if (attr->ia_valid & ATTR_SIZE)
298 if (attr->ia_valid & ATTR_SIZE) {