Home | History | Annotate | Download | only in puffs

Lines Matching defs:va_ttl

642 		struct timespec *va_ttl = &lookup_msg->pvnr_va_ttl;
645 va_ttl, cn_ttl, SETATTR_CHSIZE);
750 struct timespec *va_ttl = &create_msg->pvnr_va_ttl;
755 va_ttl, cn_ttl, SETATTR_CHSIZE);
811 struct timespec *va_ttl = &mknod_msg->pvnr_va_ttl;
816 va_ttl, cn_ttl, SETATTR_CHSIZE);
956 struct timespec *va_ttl, struct timespec *cn_ttl, int flags)
1006 if ((va_ttl != NULL) && TTL_VALID(va_ttl)) {
1012 pn->pn_va_timeout = TTL_TO_TIMEOUT(va_ttl);
1045 struct timespec *va_ttl = NULL;
1088 va_ttl = &getattr_msg->pvnr_va_ttl;
1090 update_va(vp, vap, rvap, va_ttl, NULL, SETATTR_CHSIZE);
1180 struct timespec *va_ttl = &setattr_msg->pvnr_va_ttl;
1183 update_va(vp, NULL, rvap, va_ttl, NULL, flags);
1883 struct timespec *va_ttl = &mkdir_msg->pvnr_va_ttl;
1888 va_ttl, cn_ttl, SETATTR_CHSIZE);
2054 struct timespec *va_ttl = &symlink_msg->pvnr_va_ttl;
2059 va_ttl, cn_ttl, SETATTR_CHSIZE);