proc_part_bfree()

Free blocks available to superuser

Syntax:

unsigned int proc_part_bfree(const char *path);

Arguments:

Name Description
path partition path (e.g. /home)

Description:

Free blocks available to superuser.

Return Values:

On success, returns the number of free blocks available to superuser. On error, -1 is returned.

See Also:

proc_part_block_size(), proc_part_blocks(), proc_part_bavail() proc_part_files(), proc_part_ffree()



INDEX