|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/sched.h>#include <linux/completion.h>#include <linux/slab.h>#include <linux/fs.h>#include <linux/file.h>#include <linux/namei.h>#include <linux/mount.h>#include <linux/statfs.h>#include <linux/ctype.h>#include "internal.h"Go to the source code of this file.
Functions | |
| int | cachefiles_daemon_bind (struct cachefiles_cache *cache, char *args) |
| void | cachefiles_daemon_unbind (struct cachefiles_cache *cache) |
| int cachefiles_daemon_bind | ( | struct cachefiles_cache * | cache, |
| char * | args | ||
| ) |
| void cachefiles_daemon_unbind | ( | struct cachefiles_cache * | cache | ) |
1.8.2