Home
last modified time | relevance | path

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

/linux-6.6.21/fs/nfsd/
Dnfsfh.c659 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
666 nfsd4_change_attribute(&fhp->fh_post_attr, inode); in fh_fill_post_attrs()
686 fhp->fh_pre_mtime = fhp->fh_post_attr.mtime; in fh_fill_both_attrs()
687 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime; in fh_fill_both_attrs()
688 fhp->fh_pre_size = fhp->fh_post_attr.size; in fh_fill_both_attrs()
Dnfsfh.h106 struct kstat fh_post_attr; /* full attrs after operation */ member
Dnfs3xdr.c476 if (!svcxdr_encode_fattr3(rqstp, xdr, fhp, &fhp->fh_post_attr)) in svcxdr_encode_wcc_data()