Searched refs:fh_fsid (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-stat.c | 149 __get_user(host_fh->fh_fsid.val[0], &target_fh->fh_fsid.val[0]); in t2h_freebsd_fhandle() 150 __get_user(host_fh->fh_fsid.val[1], &target_fh->fh_fsid.val[0]); in t2h_freebsd_fhandle() 166 __put_user(host_fh->fh_fsid.val[0], &target_fh->fh_fsid.val[0]); in h2t_freebsd_fhandle() 167 __put_user(host_fh->fh_fsid.val[1], &target_fh->fh_fsid.val[0]); in h2t_freebsd_fhandle()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsfh.c | 191 fh->fh_fsid[0] = new_encode_dev(MKDEV(ntohl((__force __be32)fh->fh_fsid[0]), in nfsd_set_fh_dentry() 192 ntohl((__force __be32)fh->fh_fsid[1]))); in nfsd_set_fh_dentry() 193 fh->fh_fsid[1] = fh->fh_fsid[2]; in nfsd_set_fh_dentry() 198 exp = rqst_exp_find(rqstp, fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry() 199 fid = (struct fid *)(fh->fh_fsid + len); in nfsd_set_fh_dentry() 416 (fhp->fh_handle.fh_fsid + fhp->fh_handle.fh_size/4 - 1); in _fh_update() 567 fhp->fh_handle.fh_fsid, in fh_compose()
|
H A D | nfsfh.h | 59 u32 fh_fsid[]; /* flexible-array member */ member 261 if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
|
H A 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()
|
/openbmc/qemu/bsd-user/ |
H A D | syscall_defs.h | 388 target_freebsd_fsid_t fh_fsid; /* Filesystem id of mount point */ member
|