Lines Matching refs:nfsp
268 struct nfsnode *nfsp = VTONFS(v); \
276 if (nfsp->n_ctime == ctime.tv_sec) \
279 if (timespeccmp(&nfsp->n_nctime, &ctime, ==)) \
283 ttretf = timespeccmp(&nfsp->n_mtime, &mtime, ==);\
287 nfsp = VTONFS(v); \
290 nfs_check_wccdata(nfsp, &ctime, &mtime, (docheck))) \
293 nfsp->n_ctime = nfsp->n_vattr->va_ctime.tv_sec; \
295 nfsp->n_nctime = nfsp->n_vattr->va_ctime; \