Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dnfsfh.c662 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
665 fhp->fh_post_attr.ctime = inode->i_ctime; in fh_fill_post_attrs()
667 fhp->fh_post_attr.change_cookie = inode_query_iversion(inode); in fh_fill_post_attrs()
668 fhp->fh_post_attr.result_mask |= STATX_CHANGE_COOKIE; in fh_fill_post_attrs()
674 nfsd4_change_attribute(&fhp->fh_post_attr, inode); in fh_fill_post_attrs()
690 fhp->fh_pre_mtime = fhp->fh_post_attr.mtime; in fh_fill_both_attrs()
691 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime; in fh_fill_both_attrs()
692 fhp->fh_pre_size = fhp->fh_post_attr.size; in fh_fill_both_attrs()
A Dnfsfh.h106 struct kstat fh_post_attr; /* full attrs after operation */ member
A Dnfs3xdr.c476 if (!svcxdr_encode_fattr3(rqstp, xdr, fhp, &fhp->fh_post_attr)) in svcxdr_encode_wcc_data()

Completed in 7 milliseconds