proc_part_bavail()

Free blocks available to non-superuser

Syntax:

unsigned int proc_part_bavail(const char *path);

Arguments:

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

Description:

Free blocks available to non-superuser

Return Values:

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

See Also:

proc_part_block_size(), proc_part_blocks(), proc_part_bfree() proc_part_files(), proc_part_ffree()



INDEX