gpfsGetFilesetName_t structure
Obtains the fileset name of a file.
Library
GPFS Library (libgpfs.a for AIX®, libgpfs.so for Linux®)
Structure
typedef struct {
int structLen;
int structType;
char buffer[GPFS_FCNTL_MAX_NAME_BUFFER];
} gpfsGetFilesetName_t;
Description
The gpfsGetFilesetName_t structure is used to obtain a file's fileset name.
Members
- structLen
- Length of the gpfsGetFilesetName_t structure.
- structType
- Structure identifier GPFS_FCNTL_GET_FILESETNAME.
- buffer
- The size of the buffer may vary, but must be a multiple of eight. Upon successful completion of the call, the buffer contains a null-terminated character string for the name of the requested object.
Location
/usr/lpp/mmfs/lib/libgpfs.a for AIX
/usr/lpp/mmfs/lib/libgpfs.so for Linux