Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h62 static inline u32 *fh_fsid(const struct knfsd_fh *fh) in fh_fsid() function
270 u32 *fsid1 = fh_fsid(fh1); in fh_fsid_match()
271 u32 *fsid2 = fh_fsid(fh2); in fh_fsid_match()
H A Dnfsfh.c229 u32 *fsid = fh_fsid(fh); in nfsd_set_fh_dentry()
249 fh->fh_fsid_type, fh_fsid(fh)); in nfsd_set_fh_dentry()
250 fid = (struct fid *)(fh_fsid(fh) + len); in nfsd_set_fh_dentry()
556 (fh_fsid(&fhp->fh_handle) + fhp->fh_handle.fh_size/4 - 1); in _fh_update()
712 fh_fsid(&fhp->fh_handle), in fh_compose()
H A Dnfs4layouts.c70 memcpy(&map->fsid, fh_fsid(fh), fsid_len); in nfsd4_alloc_devid_map()
80 if (memcmp(old->fsid, fh_fsid(fh), in nfsd4_alloc_devid_map()
H A Dnfs4xdr.c4248 fid = (struct fid *)(fh_fsid(fhp) + fsid_len/4); in setup_notify_fhandle()