Home
last modified time | relevance | path

Searched refs:NFS4_FHSIZE (Results 1 – 10 of 10) sorted by relevance

/linux/fs/nfsd/
H A Dlocalio.c58 if (nfs_fh->size > NFS4_FHSIZE) in nfsd_open_local_fh()
71 fh_init(&fh, NFS4_FHSIZE); in nfsd_open_local_fh()
H A Dnfsfh.c273 case NFS4_FHSIZE: in nfsd_set_fh_dentry()
705 if (fhp->fh_maxsize == NFS4_FHSIZE) in fh_getattr()
719 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_pre_attrs()
747 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_post_attrs()
H A Dxdr4cb.h18 #define enc_nfs4_fh_sz (1 + (NFS4_FHSIZE >> 2))
H A Dnfsfh.h54 u8 fh_raw[NFS4_FHSIZE];
H A Dnfs4proc.c457 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup()
829 fh_init(&resfh, NFS4_FHSIZE); in nfsd4_create()
965 fh_init(&tmp_fh, NFS4_FHSIZE); in nfsd4_do_lookupp()
3060 fh_init(current_fh, NFS4_FHSIZE); in nfsd4_proc_compound()
3061 fh_init(save_fh, NFS4_FHSIZE); in nfsd4_proc_compound()
3283 ret += NFS4_FHSIZE + 4; in nfsd4_getattr_rsize()
3303 return (op_encode_hdr_size + 1) * sizeof(__be32) + NFS4_FHSIZE; in nfsd4_getfh_rsize()
H A Dnfs4callback.c145 BUG_ON(length > NFS4_FHSIZE); in encode_nfs_fh4()
H A Dnfs4xdr.c1380 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
3963 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr4()
/linux/include/uapi/linux/
H A Dnfs4.h24 #define NFS4_FHSIZE 128 macro
/linux/fs/nfs/
H A Dcallback_xdr.c94 if (fh->size > NFS4_FHSIZE) in decode_fh()
H A Dnfs4xdr.c96 (NFS4_FHSIZE >> 2))
102 ((3+NFS4_FHSIZE) >> 2))
3564 if (len > NFS4_FHSIZE || len == 0) { in decode_attr_filehandle()
5089 if (len > NFS4_FHSIZE || len == 0) { in decode_getfh()