Lines Matching refs:fh_handle
156 struct knfsd_fh *fh = &fhp->fh_handle; 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()
419 fhp->fh_handle.fh_fileid_type = in _fh_update()
421 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update()
423 fhp->fh_handle.fh_fileid_type = FILEID_ROOT; in _fh_update()
469 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type()
470 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
511 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type()
513 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type()
558 fhp->fh_handle.fh_size = in fh_compose()
559 key_len(fhp->fh_handle.fh_fsid_type) + 4; in fh_compose()
560 fhp->fh_handle.fh_auth_type = 0; in fh_compose()
562 mk_fsid(fhp->fh_handle.fh_fsid_type, in fh_compose()
563 fhp->fh_handle.fh_fsid, in fh_compose()
570 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) { in fh_compose()
593 if (fhp->fh_handle.fh_fileid_type != FILEID_ROOT) in fh_update()
597 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) in fh_update()
715 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
726 if (fhp->fh_handle.fh_version != 1) in fsid_source()
728 switch(fhp->fh_handle.fh_fsid_type) { in fsid_source()