Searched refs:fs_version (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/amd/amd/
H A Dsrvr_nfs.c293 if (fs->fs_version == 0)
297 (int) fs->fs_version, fs->fs_host);
299 if (fs->fs_version == NFS_VERSION3)
570 if (ping_len[fs->fs_version - NFS_VERSION] == 0)
571 create_ping_payload(fs->fs_version);
577 ping_buf[fs->fs_version - NFS_VERSION],
578 ping_len[fs->fs_version - NFS_VERSION],
924 nfs_version == fs->fs_version &&
1010 fs->fs_version = nfs_version;
H A Damfs_host.c345 plog(XLOG_INFO, "amfs_host_mount: NFS version %d", (int) mf->mf_server->fs_version);
347 if (mf->mf_server->fs_version == NFS_VERSION3)
456 mf->mf_server->fs_version);
658 plog(XLOG_INFO, "amfs_host_umounted: NFS version %d", (int) mf->mf_server->fs_version);
660 if (mf->mf_server->fs_version == NFS_VERSION3)
H A Dops_nfs.c469 fp->fh_nfs_version = fs->fs_version;
764 u_long nfs_version = fs->fs_version;
1034 f.fh_nfs_version = fs->fs_version;
H A Damd.h449 u_long fs_version; /* NFS version of server (2, 3, etc.)*/ member in struct:fserver
H A Damfs_generic.c550 (mf->mf_server->fs_version != 2 ||
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c402 fs_version(void)
430 fs_version,
463 SVN_ERR(svn_ver_check_list(fs_version(), checklist));
392 fs_version(void) function
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c157 const svn_version_t *fs_version;
184 fs_version = (*vtable)->get_version();
185 if (!svn_ver_equal(my_version, fs_version))
193 fs_version->major, fs_version->minor,
194 fs_version->patch, fs_version->tag);
155 const svn_version_t *fs_version; local

Completed in 83 milliseconds