Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h59 #define fh_fsid_type fh_raw[2] macro
273 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
275 if (memcmp(fsid1, fsid2, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
H A Dnfsfh.c225 len = key_len(fh->fh_fsid_type) / 4; in nfsd_set_fh_dentry()
228 if (fh->fh_fsid_type == FSID_MAJOR_MINOR) { in nfsd_set_fh_dentry()
233 fh->fh_fsid_type = FSID_ENCODE_DEV; in nfsd_set_fh_dentry()
249 fh->fh_fsid_type, fh_fsid(fh)); in nfsd_set_fh_dentry()
619 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
662 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type()
708 key_len(fhp->fh_handle.fh_fsid_type) + 4; in fh_compose()
711 mk_fsid(fhp->fh_handle.fh_fsid_type, in fh_compose()
904 switch (fh->fh_fsid_type) { in fsid_source_fh()
H A Dnfs4layouts.c61 size_t fsid_len = key_len(fh->fh_fsid_type); in nfsd4_alloc_devid_map()
69 map->fsid_type = fh->fh_fsid_type; in nfsd4_alloc_devid_map()
78 if (old->fsid_type != fh->fh_fsid_type) in nfsd4_alloc_devid_map()
H A Dnfs4xdr.c4242 fsid_len = key_len(fi->fi_fhandle.fh_fsid_type); in setup_notify_fhandle()