Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.c756 err = fh_getattr(fhp, &fhp->fh_post_attr); in fh_fill_post_attrs()
763 nfsd4_change_attribute(&fhp->fh_post_attr); in fh_fill_post_attrs()
783 fhp->fh_pre_mtime = fhp->fh_post_attr.mtime; in fh_fill_both_attrs()
784 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime; in fh_fill_both_attrs()
785 fhp->fh_pre_size = fhp->fh_post_attr.size; in fh_fill_both_attrs()
H A Dnfsfh.h111 struct kstat fh_post_attr; /* full attrs after operation */ member