fh_pre_ctime      248 fs/nfsd/nfs3xdr.c 			p = encode_time3(p, &fhp->fh_pre_ctime);
fh_pre_ctime      281 fs/nfsd/nfs3xdr.c 	fhp->fh_pre_ctime = timespec64_to_timespec(stat.ctime);
fh_pre_ctime       46 fs/nfsd/nfsfh.h 	struct timespec		fh_pre_ctime;	/* ctime before oper */
fh_pre_ctime      723 fs/nfsd/xdr4.h 	cinfo->before_ctime_sec = fhp->fh_pre_ctime.tv_sec;
fh_pre_ctime      724 fs/nfsd/xdr4.h 	cinfo->before_ctime_nsec = fhp->fh_pre_ctime.tv_nsec;