#include <linux/auto_fs4.h>
#include <linux/auto_dev-ioctl.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/string.h>
#include <linux/wait.h>
#include <linux/sched.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <asm/current.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
struct inode * | autofs4_get_inode (struct super_block *, umode_t) |
|
void | autofs4_free_ino (struct autofs_info *) |
|
int | is_autofs4_dentry (struct dentry *) |
|
int | autofs4_expire_wait (struct dentry *dentry) |
|
int | autofs4_expire_run (struct super_block *, struct vfsmount *, struct autofs_sb_info *, struct autofs_packet_expire __user *) |
|
int | autofs4_do_expire_multi (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int when) |
|
int | autofs4_expire_multi (struct super_block *, struct vfsmount *, struct autofs_sb_info *, int __user *) |
|
struct dentry * | autofs4_expire_direct (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how) |
|
struct dentry * | autofs4_expire_indirect (struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how) |
|
int | autofs_dev_ioctl_init (void) |
|
void | autofs_dev_ioctl_exit (void) |
|
int | autofs4_fill_super (struct super_block *, void *, int) |
|
struct autofs_info * | autofs4_new_ino (struct autofs_sb_info *) |
|
void | autofs4_clean_ino (struct autofs_info *) |
|
int | autofs4_wait (struct autofs_sb_info *, struct dentry *, enum autofs_notify) |
|
int | autofs4_wait_release (struct autofs_sb_info *, autofs_wqt_t, int) |
|
void | autofs4_catatonic_mode (struct autofs_sb_info *) |
|
void | autofs4_kill_sb (struct super_block *) |
|
#define AUTOFS_ERROR |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
#define AUTOFS_INF_EXPIRING (1<<0) /* dentry is in the process of expiring */ |
#define AUTOFS_INF_PENDING (1<<2) /* dentry pending mount */ |
#define AUTOFS_IOC_COUNT 32 |
#define AUTOFS_SBI_MAGIC 0x6d4a556d |
#define AUTOFS_WARN |
( |
|
fmt, |
|
|
|
... |
|
) |
| |
#define DPRINTK |
( |
|
fmt, |
|
|
|
... |
|
) |
| |