Searched refs:decode_fh (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfsxdr.c | 28 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function 42 return decode_fh(p, fhp); in nfs2svc_decode_fh() 217 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle() 227 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs() 239 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs() 252 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs() 285 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs() 336 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs() 348 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs() 350 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs() [all …]
|
D | nfs3xdr.c | 48 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function 64 return decode_fh(p, fhp); in nfs3svc_decode_fh() 278 p = decode_fh(p, &args->fh); in nfs3svc_decode_fhandle() 288 p = decode_fh(p, &args->fh); in nfs3svc_decode_sattrargs() 306 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs() 317 p = decode_fh(p, &args->fh); in nfs3svc_decode_accessargs() 333 p = decode_fh(p, &args->fh); in nfs3svc_decode_readargs() 362 p = decode_fh(p, &args->fh); in nfs3svc_decode_writeargs() 416 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_createargs() 439 if (!(p = decode_fh(p, &args->fh)) || in nfs3svc_decode_mkdirargs() [all …]
|
/linux-4.4.14/fs/nfs/ |
D | callback_xdr.c | 105 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function 200 status = decode_fh(xdr, &args->fh); in decode_getattr_args() 223 status = decode_fh(xdr, &args->fh); in decode_recall_args() 255 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args()
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | Exporting | 144 The decode_fh routine should not depend on the stated size that is 148 indicates the decode_fh how much of the filehandle is valid, and how
|
/linux-4.4.14/Documentation/filesystems/ |
D | porting | 144 Briefly it allows for the definition of decode_fh and encode_fh operations 146 a standard helper function for decode_fh, and provide file-system specific
|