Searched refs:fh_version (Results 1 – 6 of 6) sorted by relevance
169 if (fh->fh_version == 1) { in nfsd_set_fh_dentry()255 if (fh->fh_version != 1) { in nfsd_set_fh_dentry()488 version = ref_fh->fh_handle.fh_version; in set_version_and_fsid_type()530 fhp->fh_handle.fh_version = version; in set_version_and_fsid_type()577 if (fhp->fh_handle.fh_version == 0xca) { in fh_compose()626 if (fhp->fh_handle.fh_version != 1) { in fh_update()689 if (fhp->fh_handle.fh_version != 1) in fsid_source()
96 #define fh_version fh_base.fh_new.fb_version macro
426 fh.fh_version = cpu_to_le64(INCFS_FORMAT_CURRENT_VER); in incfs_write_fh_to_backing_file()457 fh.fh_version = cpu_to_le64(INCFS_FORMAT_CURRENT_VER); in incfs_write_mapping_fh_to_backing_file()616 if (le64_to_cpu(fh.fh_version) > INCFS_FORMAT_CURRENT_VER) in incfs_read_file_header()
160 __le64 fh_version; member