Oracle iPlanet Web Proxy Server 4.0.14 NSAPI Developer's Guide

fs_blk_size

The fs_blk_size function returns the block size of the disk partition on which a specified directory resides.

Syntax

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

Returns

The block size, in bytes.

Parameters

char *root is the name of the directory.

See Also

fs_blks_avail