HomeSort by: relevance | last modified time | path
    Searched defs:fs_version (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/am-utils/dist/amd/
srvr_nfs.c 295 if (fs->fs_version == 0)
299 (int) fs->fs_version, fs->fs_host);
301 if (fs->fs_version == NFS_VERSION3)
576 int fs_version = nfs_valid_version(gopt.nfs_vers_ping) && local
577 gopt.nfs_vers_ping < fs->fs_version ? gopt.nfs_vers_ping : fs->fs_version;
583 if (ping_len[fs_version - NFS_VERSION] == 0)
584 create_ping_payload(fs_version);
590 ping_buf[fs_version - NFS_VERSION],
591 ping_len[fs_version - NFS_VERSION]
    [all...]
amd.h 464 u_long fs_version; /* NFS version of server (2, 3, etc.)*/ member in struct:fserver
  /src/usr.sbin/sysinst/
defs.h 334 uint fs_type, fs_version; /* e.g. FS_LFS, or FS_BSDFS, member in struct:part_usage_info

Completed in 17 milliseconds