Home
last modified time | relevance | path

Searched refs:fh_pre_ctime (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfsfh.h46 struct timespec fh_pre_ctime; /* ctime before oper */ member
Dxdr4.h693 cinfo->before_ctime_sec = fhp->fh_pre_ctime.tv_sec; in set_change_info()
694 cinfo->before_ctime_nsec = fhp->fh_pre_ctime.tv_nsec; in set_change_info()
Dnfs3xdr.c246 p = encode_time3(p, &fhp->fh_pre_ctime); in encode_wcc_data()
279 fhp->fh_pre_ctime = timespec64_to_timespec(stat.ctime); in fill_pre_wcc()