Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dxdr4cb.h15 #define enc_nfs4_fh_sz (1 + (NFS4_FHSIZE >> 2))
Dnfsfh.h53 char fh_raw[NFS4_FHSIZE];
Dvfs.h176 if (fh->fh_maxsize == NFS4_FHSIZE) in fh_getattr()
Dnfsfh.c619 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_pre_attrs()
649 bool v4 = (fhp->fh_maxsize == NFS4_FHSIZE); in fh_fill_post_attrs()
Dnfs4proc.c427 fh_init(*resfh, NFS4_FHSIZE); in do_open_lookup()
796 fh_init(&resfh, NFS4_FHSIZE); in nfsd4_create()
919 fh_init(&tmp_fh, NFS4_FHSIZE); in nfsd4_do_lookupp()
2639 fh_init(current_fh, NFS4_FHSIZE); in nfsd4_proc_compound()
2640 fh_init(save_fh, NFS4_FHSIZE); in nfsd4_proc_compound()
2863 ret += NFS4_FHSIZE + 4; in nfsd4_getattr_rsize()
2883 return (op_encode_hdr_size + 1) * sizeof(__be32) + NFS4_FHSIZE; in nfsd4_getfh_rsize()
Dnfs4callback.c133 BUG_ON(length > NFS4_FHSIZE); in encode_nfs_fh4()
Dnfs4xdr.c1235 if (putfh->pf_fhlen > NFS4_FHSIZE) in nfsd4_decode_putfh()
3014 fh_init(tempfh, NFS4_FHSIZE); in nfsd4_encode_fattr()
/Linux-v6.6/include/uapi/linux/
Dnfs4.h24 #define NFS4_FHSIZE 128 macro
/Linux-v6.6/fs/nfs/
Dcallback_xdr.c95 if (fh->size > NFS4_FHSIZE) in decode_fh()
Dnfs4xdr.c100 (NFS4_FHSIZE >> 2))
106 ((3+NFS4_FHSIZE) >> 2))
3517 if (len > NFS4_FHSIZE || len == 0) { in decode_attr_filehandle()
5004 if (len > NFS4_FHSIZE || len == 0) { in decode_getfh()