Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsfh.h46 struct timespec64 fh_pre_ctime; /* ctime before oper */ member
H A Dxdr4.h775 cinfo->before_ctime_sec = fhp->fh_pre_ctime.tv_sec; in set_change_info()
776 cinfo->before_ctime_nsec = fhp->fh_pre_ctime.tv_nsec; in set_change_info()
H A Dnfs3xdr.c244 p = encode_time3(p, &fhp->fh_pre_ctime); in encode_wcc_data()
277 fhp->fh_pre_ctime = stat.ctime; in fill_pre_wcc()