Searched refs:encode_fattr3 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfs3xdr.c | 164 encode_fattr3(struct svc_rqst *rqstp, __be32 *p, struct svc_fh *fhp, in encode_fattr3() function 194 return encode_fattr3(rqstp, p, fhp, &fhp->fh_post_attr); in encode_saved_post_attr() 214 return encode_fattr3(rqstp, p, fhp, &stat); in encode_post_op_attr() 633 p = encode_fattr3(rqstp, p, &resp->fh, &resp->stat); in nfs3svc_encode_attrstat()
|