Searched refs:decode_fh (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsxdr.c | 29 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function 43 return decode_fh(p, fhp); in nfs2svc_decode_fh() 206 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle() 217 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs() 230 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs() 243 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs() 276 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs() 320 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs() 333 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs() 335 || !(p = decode_fh( in nfssvc_decode_renameargs() [all...] |
H A D | nfs3xdr.c | 50 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function 66 return decode_fh(p, fhp); in nfs3svc_decode_fh() 318 p = decode_fh(p, &args->fh); in nfs3svc_decode_fhandle() 329 p = decode_fh(p, &args->fh); in nfs3svc_decode_sattrargs() 348 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs() 360 p = decode_fh(p, &args->fh); in nfs3svc_decode_accessargs() 376 p = decode_fh(p, &args->fh); in nfs3svc_decode_readargs() 407 p = decode_fh(p, &args->fh); in nfs3svc_decode_writeargs() 455 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_createargs() 480 if (!(p = decode_fh( in nfs3svc_decode_mkdirargs() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | callback_xdr.c | 88 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function 183 status = decode_fh(xdr, &args->fh); in decode_getattr_args() 203 return decode_fh(xdr, &args->fh); in decode_recall_args() 235 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args() 514 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args() 558 status = decode_fh(xdr, &args->coa_fh); in decode_offload_args()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | callback_xdr.c | 87 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() 513 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args() 557 status = decode_fh(xdr, &args->coa_fh); in decode_offload_args()
|
Completed in 5 milliseconds