proc_inode_free()

The number of free inodes

Syntax:

int proc_inode_free(void);

Arguments:

no arguments

Description:

The number of free inodes.

Return Values:

On success, returns the number of free inodes. On error, -1 is returned.

See Also:

proc_inode_inuse(), proc_inode_alloc()



INDEX