Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dcallback_xdr.c87 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function
182 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()
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst165 The decode_fh routine should not depend on the stated size that is
169 indicates the decode_fh how much of the filehandle is valid, and how
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst169 Briefly it allows for the definition of decode_fh and encode_fh operations
171 a standard helper function for decode_fh, and provide file-system specific