Home
last modified time | relevance | path

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

/linux-6.14.4/fs/nfs/
Dcallback_xdr.c88 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function
185 status = decode_fh(xdr, &args->fh); in decode_getattr_args()
205 return decode_fh(xdr, &args->fh); in decode_recall_args()
237 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args()
518 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args()
562 status = decode_fh(xdr, &args->coa_fh); in decode_offload_args()
/linux-6.14.4/Documentation/filesystems/nfs/
Dexporting.rst162 The decode_fh routine should not depend on the stated size that is
166 indicates the decode_fh how much of the filehandle is valid, and how
/linux-6.14.4/Documentation/filesystems/
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