Link Search Menu Expand Document

size_mbx_421

long size_mbx_421(const char __user *name);

Description

Returns the current size of the mailbox.

Parameters

  • name: Same as create_mbx. Must refer to an existing mailbox

Return

On success the function should return the current size in bytes. Otherwise the function must return an appropriate error code as discussed in the system description.