Searched refs:NFS4_FHSIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | localio.c | 58 if (nfs_fh->size > NFS4_FHSIZE) in nfsd_open_local_fh() 71 fh_init(&fh, NFS4_FHSIZE); in nfsd_open_local_fh()
|
| H A D | xdr4cb.h | 18 #define enc_nfs4_fh_sz (1 + (NFS4_FHSIZE >> 2))
|
| H A D | nfsfh.c | 337 case NFS4_FHSIZE: in nfsd_set_fh_dentry() 778 if (fhp->fh_maxsize == NFS4_FHSIZE) in fh_getattr() 792 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_pre_attrs() 820 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_post_attrs()
|
| H A D | nfsfh.h | 54 u8 fh_raw[NFS4_FHSIZE];
|
| H A D | nfs4proc.c | 465 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup() 842 fh_init(&resfh, NFS4_FHSIZE); in nfsd4_create() 994 fh_init(&tmp_fh, NFS4_FHSIZE); in nfsd4_do_lookupp() 3214 fh_init(current_fh, NFS4_FHSIZE); in nfsd4_proc_compound() 3215 fh_init(save_fh, NFS4_FHSIZE); in nfsd4_proc_compound() 3453 ret += NFS4_FHSIZE + 4; in nfsd4_getattr_rsize() 3473 return (op_encode_hdr_size + 1) * sizeof(__be32) + NFS4_FHSIZE; in nfsd4_getfh_rsize()
|
| H A D | nfs4xdr_gen.c | 196 return xdrgen_decode_opaque(xdr, ptr, NFS4_FHSIZE); in xdrgen_decode_nfs_fh4()
|
| H A D | nfs4xdr.c | 1399 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh() 4044 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr4() 4249 maxsize = (NFS4_FHSIZE - fhp->fh_size)/4; in setup_notify_fhandle() 4271 if (!fh_append_mac(fhp, NFS4_FHSIZE, exp->cd->net)) in setup_notify_fhandle()
|
| H A D | nfs4callback.c | 150 BUG_ON(length > NFS4_FHSIZE); in encode_nfs_fh4()
|
| /linux/Documentation/sunrpc/xdr/ |
| H A D | nfs4_1.x | 54 const NFS4_FHSIZE = 128; variable 193 typedef opaque nfs_fh4<NFS4_FHSIZE>; typedef
|
| /linux/include/linux/sunrpc/xdrgen/ |
| H A D | nfs4_1.h | 22 enum { NFS4_FHSIZE = 128 }; enumerator 474 #define NFS4_nfs_fh4_sz (XDR_unsigned_int + XDR_QUADLEN(NFS4_FHSIZE))
|
| /linux/fs/nfs/ |
| H A D | callback_xdr.c | 94 if (fh->size > NFS4_FHSIZE) in decode_fh()
|
| H A D | nfs4xdr.c | 96 (NFS4_FHSIZE >> 2)) 102 ((3+NFS4_FHSIZE) >> 2)) 3565 if (len > NFS4_FHSIZE || len == 0) { in decode_attr_filehandle() 5122 if (len > NFS4_FHSIZE || len == 0) { in decode_getfh()
|