Lines Matching refs:fhp
767 set_change_info(struct nfsd4_change_info *cinfo, struct svc_fh *fhp)
769 BUG_ON(!fhp->fh_pre_saved);
770 cinfo->atomic = (u32)fhp->fh_post_saved;
771 cinfo->change_supported = IS_I_VERSION(d_inode(fhp->fh_dentry));
773 cinfo->before_change = fhp->fh_pre_change;
774 cinfo->after_change = fhp->fh_post_change;
775 cinfo->before_ctime_sec = fhp->fh_pre_ctime.tv_sec;
776 cinfo->before_ctime_nsec = fhp->fh_pre_ctime.tv_nsec;
777 cinfo->after_ctime_sec = fhp->fh_post_attr.ctime.tv_sec;
778 cinfo->after_ctime_nsec = fhp->fh_post_attr.ctime.tv_nsec;
792 struct svc_fh *fhp, struct svc_export *exp,