rpm
5.4.10
|
Data Fields | |
const char * | mntPoint |
dev_t | dev |
int | rdonly |
dev_t fsinfo::dev |
devno for mount point.
Definition at line 20 of file fs.c.
Referenced by getFilesystemList(), rpmFreeFilesystems(), and rpmGetFilesystemUsage().
const char* fsinfo::mntPoint |
path to mount point.
Definition at line 19 of file fs.c.
Referenced by getFilesystemList(), and rpmFreeFilesystems().
int fsinfo::rdonly |
is mount point read only?
Definition at line 21 of file fs.c.
Referenced by getFilesystemList(), and rpmFreeFilesystems().