Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H 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()
179 fh->fh_fsid_type = FSID_ENCODE_DEV; in nfsd_set_fh_dentry()
195 fh->fh_fsid_type, fh_fsid(fh)); in nfsd_set_fh_dentry()
546 fsid_type = ref_fh->fh_handle.fh_fsid_type; in set_version_and_fsid_type()
589 fhp->fh_handle.fh_fsid_type = fsid_type; in set_version_and_fsid_type()
635 key_len(fhp->fh_handle.fh_fsid_type) + 4; in fh_compose()
638 mk_fsid(fhp->fh_handle.fh_fsid_type, in fh_compose()
830 switch(fhp->fh_handle.fh_fsid_type) { in fsid_source()
H A Dnfsfh.h59 #define fh_fsid_type fh_raw[2] macro
270 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
272 if (memcmp(fsid1, fsid2, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
H 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()