libalpm
Arch Linux Package Manager Library
diskspace.h File Reference
#include "alpm.h"
Include dependency graph for diskspace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  alpm_mountpoint_t
 

Enumerations

enum  mount_used_level { USED_REMOVE = 1 , USED_INSTALL = (1 << 1) }
 
enum  mount_fsinfo { MOUNT_FSINFO_UNLOADED = 0 , MOUNT_FSINFO_LOADED , MOUNT_FSINFO_FAIL }
 

Data Structure Documentation

◆ alpm_mountpoint_t

struct alpm_mountpoint_t
Data Fields
blkcnt_t blocks_needed
enum mount_fsinfo fsinfo_loaded
FSSTATSTYPE fsp
blkcnt_t max_blocks_needed
char * mount_dir
size_t mount_dir_len
int read_only
enum mount_used_level used

Enumeration Type Documentation

◆ mount_fsinfo

Enumerator
MOUNT_FSINFO_UNLOADED 
MOUNT_FSINFO_LOADED 
MOUNT_FSINFO_FAIL 

◆ mount_used_level

Enumerator
USED_REMOVE 
USED_INSTALL