Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfsfh.h46 struct timespec fh_pre_ctime; /* ctime before oper */ member
Dxdr4.h723 cinfo->before_ctime_sec = fhp->fh_pre_ctime.tv_sec; in set_change_info()
724 cinfo->before_ctime_nsec = fhp->fh_pre_ctime.tv_nsec; in set_change_info()
Dnfs3xdr.c248 p = encode_time3(p, &fhp->fh_pre_ctime); in encode_wcc_data()
281 fhp->fh_pre_ctime = timespec64_to_timespec(stat.ctime); in fill_pre_wcc()