Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dnfsfh.h57 u8 fh_fsid_type; member
263 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
265 if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
A Dnfsfh.c171 len = key_len(fh->fh_fsid_type) / 4; in nfsd_set_fh_dentry()
174 if (fh->fh_fsid_type == FSID_MAJOR_MINOR) { in nfsd_set_fh_dentry()
177 fh->fh_fsid_type = FSID_ENCODE_DEV; in nfsd_set_fh_dentry()
193 fh->fh_fsid_type, fh->fh_fsid); in nfsd_set_fh_dentry()
523 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
566 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type()
612 key_len(fhp->fh_handle.fh_fsid_type) + 4; in fh_compose()
615 mk_fsid(fhp->fh_handle.fh_fsid_type, in fh_compose()
783 switch(fhp->fh_handle.fh_fsid_type) { in fsid_source()
A Dnfs4layouts.c59 size_t fsid_len = key_len(fh->fh_fsid_type); in nfsd4_alloc_devid_map()
67 map->fsid_type = fh->fh_fsid_type; in nfsd4_alloc_devid_map()
76 if (old->fsid_type != fh->fh_fsid_type) in nfsd4_alloc_devid_map()

Completed in 10 milliseconds