Searched refs:fh_fsid (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/nfsd/ |
D | nfsfh.c | 189 fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]), in nfsd_set_fh_dentry() 190 ntohl((__force __be32)fh->fh_fsid[1]))); in nfsd_set_fh_dentry() 191 fh->fh_fsid[1] = fh->fh_fsid[2]; in nfsd_set_fh_dentry() 196 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry() 197 fid = (struct fid *)(fh->fh_fsid + len); in nfsd_set_fh_dentry() 420 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 595 fhp->fh_handle.fh_fsid, in fh_compose()
|
D | nfsfh.h | 209 if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
|
D | nfs4layouts.c | 68 memcpy(&map->fsid, fh->fh_fsid, fsid_len); in nfsd4_alloc_devid_map() 78 if (memcmp(old->fsid, fh->fh_fsid, in nfsd4_alloc_devid_map()
|
/Linux-v5.10/include/uapi/linux/nfsd/ |
D | nfsfh.h | 100 #define fh_fsid fh_base.fh_new.fb_auth macro
|