libalpm
Arch Linux Package Manager Library
Functions
diskspace.c File Reference
#include <errno.h>
#include "diskspace.h"
#include "alpm_list.h"
#include "util.h"
#include "log.h"
#include "trans.h"
#include "handle.h"
Include dependency graph for diskspace.c:

Go to the source code of this file.

Functions

int _alpm_check_downloadspace (alpm_handle_t *handle, const char *cachedir, size_t num_files, off_t *file_sizes)
int _alpm_check_diskspace (alpm_handle_t *handle)

Function Documentation

int _alpm_check_downloadspace ( alpm_handle_t handle,
const char *  cachedir,
size_t  num_files,
off_t *  file_sizes 
)

Definition at line 265 of file diskspace.c.

References _, _alpm_log(), ALPM_ERR_DISK_SPACE, ALPM_LOG_ERROR, __alpm_mountpoint_t::fsp, __alpm_mountpoint_t::max_blocks_needed, and RET_ERR.

Here is the call graph for this function: