gpfsGetStoragePool_t structure

Obtains the storage pool 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];
} gpfsGetStoragePool_t;

Description

The gpfsGetStoragePool_t structure is used to obtain a file's storage pool name.

Members

structLen
Length of the gpfsGetStoragePool_t structure.
structType
Structure identifier GPFS_FCNTL_GET_STORAGEPOOL.
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