Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/signal.h>
#include <linux/file.h>
#include "autofs_i.h"
Go to the source code of this file.
Macros | |
#define | SHUTDOWN_SIGS (sigmask(SIGKILL) | sigmask(SIGINT) | sigmask(SIGQUIT)) |
Functions | |
void | autofs4_catatonic_mode (struct autofs_sb_info *sbi) |
int | autofs4_wait (struct autofs_sb_info *sbi, struct dentry *dentry, enum autofs_notify notify) |
int | autofs4_wait_release (struct autofs_sb_info *sbi, autofs_wqt_t wait_queue_token, int status) |
void autofs4_catatonic_mode | ( | struct autofs_sb_info * | sbi | ) |
int autofs4_wait | ( | struct autofs_sb_info * | sbi, |
struct dentry * | dentry, | ||
enum autofs_notify | notify | ||
) |
int autofs4_wait_release | ( | struct autofs_sb_info * | sbi, |
autofs_wqt_t | wait_queue_token, | ||
int | status | ||
) |