Searched refs:fh_handle (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/nfsd/ |
D | nfsfh.c | 532 struct knfsd_fh *fh = &fhp->fh_handle; in fh_verify() 823 ref_fh->fh_handle.fh_version == 0xca && in fh_compose() 826 memset(&fhp->fh_handle.fh_base, 0, NFS_FHSIZE); in fh_compose() 827 fhp->fh_handle.fh_size = NFS_FHSIZE; in fh_compose() 828 fhp->fh_handle.ofh_dcookie = 0xfeebbaca; in fh_compose() 829 fhp->fh_handle.ofh_dev = htonl((MAJOR(exp->ex_dev)<<16)| MINOR(exp->ex_dev)); in fh_compose() 830 fhp->fh_handle.ofh_xdev = fhp->fh_handle.ofh_dev; in fh_compose() 831 fhp->fh_handle.ofh_xino = ino_t_to_u32(exp->ex_ino); in fh_compose() 832 fhp->fh_handle.ofh_dirino = ino_t_to_u32(dentry->d_parent->d_inode->i_ino); in fh_compose() 834 _fh_update_old(dentry, exp, &fhp->fh_handle); in fh_compose() [all …]
|
D | lockd.c | 30 fh.fh_handle.fh_size = f->size; in nlm_fopen() 31 memcpy((char*)&fh.fh_handle.fh_base, f->data, f->size); in nlm_fopen()
|
D | nfsxdr.c | 43 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 44 fhp->fh_handle.fh_size = NFS_FHSIZE; in decode_fh() 54 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh()
|
D | nfs3xdr.c | 61 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh() 62 fhp->fh_handle.fh_size = size; in decode_fh() 69 int size = fhp->fh_handle.fh_size; in encode_fh() 72 memcpy(p, &fhp->fh_handle.fh_base, size); in encode_fh()
|
D | export.c | 459 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
/linux-2.4.37.9/include/linux/nfsd/ |
D | nfsfh.h | 148 struct knfsd_fh fh_handle; /* FH data */ member 185 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
|