Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h99 __u64 fh_pre_size; /* size before operation */ member
H A Dnfsfh.c688 fhp->fh_pre_size = stat.size; in fh_fill_pre_attrs()
738 fhp->fh_pre_size = fhp->fh_post_attr.size; in fh_fill_both_attrs()
H A Dnfs3xdr.c394 p = xdr_encode_hyper(p, (u64)fhp->fh_pre_size); in svcxdr_encode_wcc_attr()