|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/file.h>#include <linux/seq_file.h>#include <linux/pagemap.h>#include <linux/parser.h>#include <linux/bitops.h>#include <linux/magic.h>#include "autofs_i.h"#include <linux/module.h>Go to the source code of this file.
Enumerations | |
| enum | { Opt_err, Opt_fd, Opt_uid, Opt_gid, Opt_pgrp, Opt_minproto, Opt_maxproto, Opt_indirect, Opt_direct, Opt_offset } |
Functions | |
| struct autofs_info * | autofs4_new_ino (struct autofs_sb_info *sbi) |
| void | autofs4_clean_ino (struct autofs_info *ino) |
| void | autofs4_free_ino (struct autofs_info *ino) |
| void | autofs4_kill_sb (struct super_block *sb) |
| int | autofs4_fill_super (struct super_block *s, void *data, int silent) |
| struct inode * | autofs4_get_inode (struct super_block *sb, umode_t mode) |
| anonymous enum |
| void autofs4_clean_ino | ( | struct autofs_info * | ino | ) |
| int autofs4_fill_super | ( | struct super_block * | s, |
| void * | data, | ||
| int | silent | ||
| ) |
| void autofs4_free_ino | ( | struct autofs_info * | ino | ) |
|
read |
| void autofs4_kill_sb | ( | struct super_block * | sb | ) |
|
read |
1.8.2