Sun Java System Web Proxy Server 4.0.3 2006Q2 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