Searched refs:fh_base (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/uapi/linux/nfsd/ |
D | nfsfh.h | 84 } fh_base; member 87 #define ofh_dcookie fh_base.fh_old.fb_dcookie 88 #define ofh_ino fh_base.fh_old.fb_ino 89 #define ofh_dirino fh_base.fh_old.fb_dirino 90 #define ofh_dev fh_base.fh_old.fb_dev 91 #define ofh_xdev fh_base.fh_old.fb_xdev 92 #define ofh_xino fh_base.fh_old.fb_xino 93 #define ofh_generation fh_base.fh_old.fb_generation 95 #define fh_version fh_base.fh_new.fb_version 96 #define fh_fsid_type fh_base.fh_new.fb_fsid_type [all …]
|
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.h | 179 memcpy(&dst->fh_base, &src->fh_base, src->fh_size); in fh_copy_shallow() 194 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match()
|
D | nfsfh.c | 555 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose() 654 fh->fh_base.fh_pad[0], in SVCFH_fmt() 655 fh->fh_base.fh_pad[1], in SVCFH_fmt() 656 fh->fh_base.fh_pad[2], in SVCFH_fmt() 657 fh->fh_base.fh_pad[3], in SVCFH_fmt() 658 fh->fh_base.fh_pad[4], in SVCFH_fmt() 659 fh->fh_base.fh_pad[5]); in SVCFH_fmt()
|
D | lockd.c | 35 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
|
D | nfsxdr.c | 31 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 48 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
|
D | nfs3xdr.c | 56 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh() 73 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
|
D | nfs4callback.c | 131 xdr_encode_opaque(p, &fh->fh_base, length); in encode_nfs_fh4()
|
D | nfsctl.c | 399 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size); in write_filehandle()
|
D | nfs4proc.c | 514 memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, in nfsd4_putfh()
|
D | nfs4state.c | 390 return jhash2(fh->fh_base.fh_pad, XDR_QUADLEN(fh->fh_size), 0); in nfsd_fh_hashval() 660 hash = jhash(&fh->fh_base, fh->fh_size, 0); in delegation_blocked() 679 hash = jhash(&fh->fh_base, fh->fh_size, 0); in block_delegations()
|
D | nfs4xdr.c | 2555 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, in nfsd4_encode_fattr() 3125 p = xdr_encode_opaque(p, &fhp->fh_handle.fh_base, len); in nfsd4_encode_getfh()
|