Table of Contents

NAME

gfs_fork_size - get the size of a fork

SYNOPSIS

#include <gfs.h>

int gfs_fork_size(int fork_id);

DESCRIPTION

gfs_fork_size returns to the application the size of the fork associated with the open fork, fork_id .

RETURN VALUE

gfs_fork_size returns the size of the fork on success, or -1 if an error occurred.

ERRORS

GFS_EBADF
fork_id isn't a valid fork id.


Table of Contents