Miscellaneous

The Miscellaneous APIs demonstrate the use of operating system API calls.

The following lists describes different sample codes and the links to view those codes.

Name

Description

Sample code in C

Symbolic link for Windows

This sample code lists and creates the symbolic links on a NetApp storage system 6.3 or later.

ln.cpp

view

Host to storage mapping information

This sample code is used to get the NFS, CIFS, and logical unit number (LUN) mapping information for a given mount-point/drive on the host.

host2storagemap.c

view

Fast file walk

This is a sample program for directory traversal for fast file-system searching using multithreading.

fastfilewalk.cpp

view