Searched refs:cn_ttl (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dpnode.c196 puffs_newinfo_setcnttl(struct puffs_newinfo *pni, struct timespec *cn_ttl) argument
199 pni->pni_cn_ttl->tv_sec = cn_ttl->tv_sec;
200 pni->pni_cn_ttl->tv_nsec = cn_ttl->tv_nsec;
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vnops.c676 struct timespec *cn_ttl = &lookup_msg->pvnr_cn_ttl; local
678 va_ttl, cn_ttl, SETATTR_CHSIZE);
780 struct timespec *cn_ttl = &create_msg->pvnr_cn_ttl; local
784 va_ttl, cn_ttl, SETATTR_CHSIZE);
843 struct timespec *cn_ttl = &mknod_msg->pvnr_cn_ttl; local
847 va_ttl, cn_ttl, SETATTR_CHSIZE);
972 struct timespec *va_ttl, struct timespec *cn_ttl, int flags)
976 if (TTL_VALID(cn_ttl)) {
977 pn->pn_cn_timeout = TTL_TO_TIMEOUT(cn_ttl);
1843 struct timespec *cn_ttl local
971 update_va(struct vnode *vp, struct vattr *vap, struct vattr *rvap, struct timespec *va_ttl, struct timespec *cn_ttl, int flags) argument
2013 struct timespec *cn_ttl = &symlink_msg->pvnr_cn_ttl; local
[all...]
/netbsd-6-1-5-RELEASE/lib/libperfuse/
H A Dops.c361 struct timespec cn_ttl; local
367 cn_ttl.tv_sec = feo->entry_valid;
368 cn_ttl.tv_nsec = feo->entry_valid_nsec;
371 puffs_newinfo_setcnttl(pni, &cn_ttl);
376 timespecadd(&now, &cn_ttl, &pnd->pnd_cn_expire);

Completed in 170 milliseconds