#include <chirp_types.h>
Data Fields | |
char | name [CHIRP_PATH_MAX] |
The identity of the user. | |
INT64_T | nfiles |
The number of files owned by that user. | |
INT64_T | ndirs |
The number of directories owned by that user. | |
INT64_T | nbytes |
The total bytes consumed by that user. |
|
The identity of the user.
|
|
The number of files owned by that user.
|
|
The number of directories owned by that user.
|
|
The total bytes consumed by that user.
|