Scroll to navigation

lsm_fs_free_space_get(3) Libstoragemgmt C API Manual lsm_fs_free_space_get(3)

NAME

lsm_fs_free_space_get - Retrieves the free space for the fs.

SYNOPSIS

uint64_t lsm_fs_free_space_get (lsm_fs *fs);

ARGUMENTS

File system to retrieve free space for.

VERSION

1.0

DESCRIPTION

Retrieves the free space in bytes for the fs.

RETURN

uint64_t. 0 if argument 'fs' is NULL or not a valid lsm_fs pointer.

lsm_fs_free_space_get April 2023