Searched refs:decode_fh (Results 1 – 3 of 3) sorted by relevance
87 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function182 status = decode_fh(xdr, &args->fh); in decode_getattr_args()202 return decode_fh(xdr, &args->fh); in decode_recall_args()234 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args()515 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args()559 status = decode_fh(xdr, &args->coa_fh); in decode_offload_args()
165 The decode_fh routine should not depend on the stated size that is169 indicates the decode_fh how much of the filehandle is valid, and how
169 Briefly it allows for the definition of decode_fh and encode_fh operations171 a standard helper function for decode_fh, and provide file-system specific