Sun Java System Web Proxy Server 4.0.11 NSAPI Developer's Guide

fs_blks_avail

The fs_blks_avail function returns the number of disk blocks available on the disk partition on which a specified directory resides.

Syntax

#include <libproxy/fs.h>
long fs_blks_avail(char *root);

Returns

The number of available disk blocks.

Parameters

char *root is the name of the directory.

See Also

fs_blk_size