Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfsfh.h54 struct kstat fh_post_attr; /* full attrs after operation */ member
Dnfs3xdr.c199 return encode_fattr3(rqstp, p, fhp, &fhp->fh_post_attr); in encode_saved_post_attr()
295 err = fh_getattr(fhp, &fhp->fh_post_attr); in fill_post_wcc()
296 fhp->fh_post_change = nfsd4_change_attribute(&fhp->fh_post_attr, in fill_post_wcc()
301 fhp->fh_post_attr.ctime = d_inode(fhp->fh_dentry)->i_ctime; in fill_post_wcc()
Dxdr4.h695 cinfo->after_ctime_sec = fhp->fh_post_attr.ctime.tv_sec; in set_change_info()
696 cinfo->after_ctime_nsec = fhp->fh_post_attr.ctime.tv_nsec; in set_change_info()