/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsfh.h | 48 unsigned int fh_size; /* member 234 dst->fh_size = src->fh_size; in fh_copy_shallow() 235 memcpy(&dst->fh_raw, &src->fh_raw, src->fh_size); in fh_copy_shallow() 249 if (fh1->fh_size != fh2->fh_size) in fh_match() 251 if (memcmp(fh1->fh_raw, fh2->fh_raw, fh1->fh_size) != 0) in fh_match() 276 return ~crc32_le(0xFFFFFFFF, fh->fh_raw, fh->fh_size); in knfsd_fh_hash()
|
H A D | nfsfh.c | 161 int data_left = fh->fh_size/4; in nfsd_set_fh_dentry() 168 if (rqstp->rq_vers == 4 && fh->fh_size == 0) in nfsd_set_fh_dentry() 415 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 416 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 424 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 561 fhp->fh_handle.fh_size = in fh_compose() 723 if (fh->fh_size < 0 || fh->fh_size> 64) in SVCFH_fmt() 725 sprintf(buf, "%d: %*ph", fh->fh_size, fh->fh_size, f in SVCFH_fmt() [all...] |
H A D | lockd.c | 37 fh.fh_handle.fh_size = f->size; in nlm_fopen()
|
H A D | flexfilelayout.c | 64 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
|
H A D | nfs3xdr.c | 94 fhp->fh_handle.fh_size = size; in svcxdr_decode_nfs_fh3() 125 u32 size = fhp->fh_handle.fh_size; in svcxdr_encode_nfs_fh3()
|
H A D | nfsxdr.c | 68 fhp->fh_handle.fh_size = NFS_FHSIZE; in svcxdr_decode_fhandle()
|
H A D | nfs4callback.c | 130 u32 length = fh->fh_size; in encode_nfs_fh4()
|
H A D | nfsctl.c | 360 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size); in write_filehandle()
|
H A D | nfs4xdr.c | 3239 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr() 3243 fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 3834 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsfh.h | 184 dst->fh_size = src->fh_size; in fh_copy_shallow() 185 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow() 198 if (fh1->fh_size != fh2->fh_size) in fh_match() 200 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match() 226 return ~crc32_le(0xFFFFFFFF, (unsigned char *)&fh->fh_base, fh->fh_size); in knfsd_fh_hash()
|
H A D | nfsfh.c | 160 int data_left = fh->fh_size/4; in nfsd_set_fh_dentry() 166 if (rqstp->rq_vers == 4 && fh->fh_size == 0) in nfsd_set_fh_dentry() 203 if (fh->fh_size != NFS_FHSIZE) in nfsd_set_fh_dentry() 420 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 421 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() 426 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update() 580 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose() 590 fhp->fh_handle.fh_size = in fh_compose() 677 fh->fh_size, in SVCFH_fmt()
|
H A D | lockd.c | 35 fh.fh_handle.fh_size = f->size; in nlm_fopen()
|
H A D | flexfilelayout.c | 63 fl->fh.size = fhp->fh_handle.fh_size; in nfsd4_ff_proc_layoutget()
|
H A D | nfs3xdr.c | 59 fhp->fh_handle.fh_size = size; in decode_fh() 72 unsigned int size = fhp->fh_handle.fh_size; in encode_fh()
|
H A D | nfsxdr.c | 33 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh()
|
H A D | nfs4callback.c | 119 u32 length = fh->fh_size; in encode_nfs_fh4()
|
H A D | nfsctl.c | 400 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
|
H A D | nfs4xdr.c | 2983 p = xdr_reserve_space(xdr, fhp->fh_handle.fh_size + 4); in nfsd4_encode_fattr() 2987 fhp->fh_handle.fh_size); in nfsd4_encode_fattr() 3563 len = fhp->fh_handle.fh_size; in nfsd4_encode_getfh()
|
H A D | nfs4proc.c | 511 cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; in nfsd4_putfh() 1282 copy->c_fh.size = s_fh->fh_handle.fh_size; in nfsd4_setup_inter_ssc()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | export.c | 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() local 40 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_encode_fh() 70 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry() local 74 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_fh_to_dentry()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | export.c | 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() local 40 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_encode_fh() 69 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry() local 73 int len = EMBED_FH_OFF + XDR_QUADLEN(fh_size); in nfs_fh_to_dentry()
|
/kernel/linux/linux-5.10/include/uapi/linux/nfsd/ |
H A D | nfsfh.h | 77 unsigned int fh_size; /* significant for NFSv3. member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/nfsd/ |
H A D | nfsfh.h | 43 unsigned int fh_size; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/nfsd/ |
H A D | nfsfh.h | 43 unsigned int fh_size; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/nfsd/ |
H A D | nfsfh.h | 30 unsigned int fh_size; member
|