Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dnfsfh.h96 __u64 fh_pre_size; /* size before operation */ member
H A Dnfsfh.c638 fhp->fh_pre_size = stat.size; in fh_fill_pre_attrs()
689 fhp->fh_pre_size = fhp->fh_post_attr.size; in fh_fill_both_attrs()
H A Dnfs3xdr.c397 p = xdr_encode_hyper(p, (u64)fhp->fh_pre_size); in svcxdr_encode_wcc_attr()