Searched refs:fh_fsid (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/fs/nfsd/
H A Dnfsfh.c171 fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]), nfsd_set_fh_dentry()
172 ntohl((__force __be32)fh->fh_fsid[1]))); nfsd_set_fh_dentry()
173 fh->fh_fsid[1] = fh->fh_fsid[2]; nfsd_set_fh_dentry()
178 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); nfsd_set_fh_dentry()
179 fid = (struct fid *)(fh->fh_fsid + len); nfsd_set_fh_dentry()
396 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); _fh_update()
571 fhp->fh_handle.fh_fsid, fh_compose()
H A Dnfsfh.h203 if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) fh_fsid_match()
H A Dnfs4layouts.c58 memcpy(&map->fsid, fh->fh_fsid, fsid_len); nfsd4_alloc_devid_map()
68 if (memcmp(old->fsid, fh->fh_fsid, nfsd4_alloc_devid_map()
/linux-4.4.14/include/uapi/linux/nfsd/
H A Dnfsfh.h99 #define fh_fsid fh_base.fh_new.fb_auth macro

Completed in 189 milliseconds