1lsm_fs_system_id_get(3)   Libstoragemgmt C API Manual  lsm_fs_system_id_get(3)
2
3
4

NAME

6       lsm_fs_system_id_get - Retrieves the system ID for the lsm_fs.
7

SYNOPSIS

9       const char  * lsm_fs_system_id_get (lsm_fs *fs);
10

ARGUMENTS

12       fs          File system to retrieve system ID for.
13

VERSION

15       1.0
16

DESCRIPTION

18       Retrieves the system id for the specified lsm_fs.
19

NOTE

21       Address returned is valid until lsm_fs gets freed, copy return value if
22       you need longer scope. Do not free returned string.
23

RETURN

25       string. NULL if argument 'fs' is NULL or not a valid lsm_fs pointer.
26
27
28
29May 2018                     lsm_fs_system_id_get      lsm_fs_system_id_get(3)
Impressum