Skyld AV
0.6
On access virus scanning for Linux
|
List mounts. More...
Go to the source code of this file.
Functions | |
int | listmountinit () |
int | listmountnext (const char **dir, const char **type) |
void | listmountfinalize () |
Variables | |
static struct libmnt_context * | cxt = NULL |
static struct libmnt_table * | tb = NULL |
static struct libmnt_iter * | itr = NULL |
List mounts.
Definition in file listmounts.c.
void listmountfinalize | ( | ) |
Finalizes enumeration of mounts.
Definition at line 77 of file listmounts.c.
int listmountinit | ( | ) |
Initializes enumeration of mounts.
Definition at line 38 of file listmounts.c.
int listmountnext | ( | const char ** | dir, |
const char ** | type | ||
) |
Gets next mount.
dir | directory |
type | type of mount |
Definition at line 63 of file listmounts.c.
|
static |
Definition at line 29 of file listmounts.c.
|
static |
Definition at line 31 of file listmounts.c.
|
static |
Definition at line 30 of file listmounts.c.