Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dnfsfh.h98 struct timespec64 fh_pre_ctime; /* ctime before oper */ member
Dnfsfh.c636 fhp->fh_pre_ctime = stat.ctime; in fh_fill_pre_attrs()
687 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime; in fh_fill_both_attrs()
Dnfs3xdr.c399 encode_nfstime3(p, &fhp->fh_pre_ctime); in svcxdr_encode_wcc_attr()