proc_inode_alloc()

The number of inodes the system has allocated

Syntax:

int proc_inode_alloc(void);

Arguments:

no arguments

Description:

The number of inodes the system has allocated.

Return Values:

On success, returns the number of inode allocated. On error, -1 is returned.

See Also:

proc_inode_inuse(), proc_inode_free()



INDEX